Skip to content

Commit 2d37f96

Browse files
committed
Marge with dev
2 parents dbf395d + 9b2a8ce commit 2d37f96

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)