Skip to content

Commit 9f7b0d0

Browse files
author
Alberto Martínez
authored
Merge pull request aMarCruz#17 from abegehr/master
fix podspec to allow RN0.60 autolinking on iOS
2 parents 48c1b1d + cd8eb1e commit 9f7b0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNTextSize.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.author = package['author']
1515
s.platform = :ios, '9.0'
1616
s.source = { :git => package['repository'], :tag => "v#{s.version}" }
17-
s.source_files = 'RNTextSize/**/*.{h,m}'
17+
s.source_files = '*.{h,m}'
1818
s.requires_arc = true
1919

2020
s.dependency 'React'

0 commit comments

Comments
 (0)