Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Update react-native-image-picker.podspec (react-native-image-picker#1161
Browse files Browse the repository at this point in the history
)

fix pod install
  • Loading branch information
quarrant authored and Johan-dutoit committed Aug 21, 2019
1 parent 7261f86 commit 6773736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-image-picker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.homepage = package['homepage']
s.platform = :ios, "7.0"

s.source = { :git => "https://github.com/react-native-community/react-native-image-picker.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/react-native-community/react-native-image-picker.git", :tag => "v#{s.version}" }
s.source_files = "ios/*.{h,m}"

s.dependency 'React'
Expand Down

0 comments on commit 6773736

Please sign in to comment.