We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cddd4e commit 270e482Copy full SHA for 270e482
react-native-maps.podspec
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
s.license = "MIT"
13
s.platform = :ios, "8.0"
14
15
- s.source = { :git => "https://github.com/react-native-community/react-native-maps.git" }
+ s.source = { :git => "https://github.com/react-native-community/react-native-maps.git", :tag=> "v#{s.version}" }
16
s.source_files = "lib/ios/AirMaps/**/*.{h,m}"
17
18
s.dependency 'React'
0 commit comments