Skip to content

Commit 8083efd

Browse files
author
Ivan Mikhailovskii
committed
fix: ios target to 15.0
1 parent 90813d2 commit 8083efd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-sq-core-motion",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "step counter",
55
"main": "src/index.ts",
66
"source": "src/index",

react-native-sq-core-motion.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
3636
s.source = { :git => "https://github.com/sequenia/react-native-sq-core-motion.git", :tag => "#{s.version}" }
3737

3838
s.preserve_paths = 'LICENSE'
39-
s.ios.deployment_target = '11.0'
39+
s.ios.deployment_target = '15.0'
4040
s.source_files = "ios/**/*.{h,m,swift}"
4141

4242
s.dependency 'React'

0 commit comments

Comments
 (0)