Skip to content

Commit

Permalink
Merge pull request #554 from Iterable/Bump-min-version-ios
Browse files Browse the repository at this point in the history
Bump min iOS version
  • Loading branch information
Ayyanchira committed May 22, 2024
2 parents 77c24f4 + 200bb56 commit d99a30b
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, '10.0'
s.platform = :ios, '12.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 d99a30b

Please sign in to comment.