Skip to content

Commit 9b2a8ce

Browse files
author
Alberto Martínez
authored
Merge pull request #6 from Jyrno42/bug-podspec
Fix podspec syntax
2 parents 9e56c5e + 8e77d0a commit 9b2a8ce

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
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.homepage = package['homepage']
1313
s.license = package['license']
1414
s.author = package['author']
15-
s.platform = { :ios => '9.0' }
15+
s.platform = :ios, '9.0'
1616
s.source = { :git => package['repository'], :tag => "v#{s.version}" }
1717
s.source_files = 'RNTextSize/**/*.{h,m}'
1818
s.requires_arc = true

0 commit comments

Comments
 (0)