Skip to content

Commit

Permalink
V0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxudong committed Sep 24, 2022
1 parent 54d3f15 commit 0ed906a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/wuxudong/react-native-charts-wrapper.git"
},
"version": "0.5.9",
"version": "0.5.10",
"description": "A react-native charts support both android and iOS.",
"author": "wuxudong",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion react-native-charts-wrapper.podspec
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.homepage = package["homepage"]

s.license = package["license"]
s.platform = :ios, "13.0"
s.platform = :ios, "12.0"

s.source = { :git => "https://github.com/wuxudong/react-native-charts-wrapper.git", :tag => "#{s.version}" }
s.source_files = "ios/ReactNativeCharts/**/*.{h,m,swift}"
Expand Down

0 comments on commit 0ed906a

Please sign in to comment.