forked from react-native-maps/react-native-maps
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreact-native-google-maps.podspec
More file actions
Latest commit
21 lines (16 loc) · 703 Bytes
/
Copy pathreact-native-google-maps.podspec
File metadata and controls
21 lines (16 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require'json'
package=JSON.parse(File.read(File.join(__dir__,'package.json')))
Pod::Spec.newdo |s|
s.name="react-native-google-maps"
s.version=package['version']
s.summary="React Native Mapview component for iOS + Android"
s.authors={"intelligibabble"=>"leland.m.richardson@gmail.com"}
s.homepage="https://github.com/airbnb/react-native-maps#readme"
s.license="MIT"
s.platform=:ios,"8.0"
s.source={:git=>"https://github.com/airbnb/react-native-maps.git"}
s.source_files="lib/ios/AirGoogleMaps/**/*.{h,m}"
s.compiler_flags='-fno-modules'
s.dependency'React'
s.dependency'GoogleMaps','2.5.0'
end