Skip to content

Commit

Permalink
Merge pull request #308 from jgrana/patch-1
Browse files Browse the repository at this point in the history
Update iOS Deployment Target
  • Loading branch information
roninopf authored Mar 23, 2022
2 parents d81fc70 + 24e9271 commit 7aa5690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iterable-React-Native-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'git+https://github.com/Iterable/react-native-sdk.git', :tag => s.version }

s.requires_arc = true
s.platform = :ios, '9.0'
s.platform = :ios, '10.0'

s.preserve_paths = 'LICENSE.md', 'README.md', 'package.json', 'index.js'
s.source_files = 'ios/**/*.{h,m,swift}'
Expand Down

0 comments on commit 7aa5690

Please sign in to comment.