We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48c1b1d + cd8eb1e commit 9f7b0d0Copy full SHA for 9f7b0d0
ios/RNTextSize.podspec
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
s.author = package['author']
15
s.platform = :ios, '9.0'
16
s.source = { :git => package['repository'], :tag => "v#{s.version}" }
17
- s.source_files = 'RNTextSize/**/*.{h,m}'
+ s.source_files = '*.{h,m}'
18
s.requires_arc = true
19
20
s.dependency 'React'
0 commit comments