Skip to content

Commit

Permalink
Fix podspec syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyrno42 committed Sep 14, 2018
1 parent 9e56c5e commit 8e77d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNTextSize.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.homepage = package['homepage']
s.license = package['license']
s.author = package['author']
s.platform = { :ios => '9.0' }
s.platform = :ios, '9.0'
s.source = { :git => package['repository'], :tag => "v#{s.version}" }
s.source_files = 'RNTextSize/**/*.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit 8e77d0a

Please sign in to comment.