react-native-maps 1.21.0-alpha.110 → 1.21.0-alpha.111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "main": "lib/index.js",
6
6
  "author": "Leland Richardson <leland.m.richardson@gmail.com>",
7
7
  "homepage": "https://github.com/react-native-maps/react-native-maps#readme",
8
- "version": "1.21.0-alpha.110",
8
+ "version": "1.21.0-alpha.111",
9
9
  "license": "MIT",
10
10
  "scripts": {
11
11
  "lint": "eslint . --max-warnings 0",
@@ -14,28 +14,9 @@ Pod::Spec.new do |s|
14
14
  s.platform = :ios, "13.0"
15
15
  s.source = { :git => "https://github.com/react-native-maps/react-native-maps.git", :tag=> "v#{s.version}" }
16
16
 
17
- # Define the default base subspec
18
- s.default_subspec = 'base'
19
-
20
- # Base subspec for standard maps
21
- s.subspec 'base' do |sp|
22
- sp.source_files = "ios/AirMaps/**/*.{h,m,mm,swift}"
23
- sp.dependency "React-Core"
24
- sp.compiler_flags = folly_compiler_flags
25
- install_modules_dependencies(sp)
26
- end
27
-
28
- # Separate subspec for Google Maps support
29
- s.subspec 'google-maps' do |sp|
30
- sp.platform = :ios, "15.0"
31
- sp.source_files = "ios/AirGoogleMaps/**/*.{h,m,mm,swift}"
32
- sp.resource_bundles = {
33
- 'GoogleMapsPrivacy' => ['ios/AirGoogleMaps/Resources/GoogleMapsPrivacy.bundle']
34
- }
35
- sp.compiler_flags = folly_compiler_flags + ' -DHAVE_GOOGLE_MAPS=1 -DHAVE_GOOGLE_MAPS_UTILS=1'
36
- sp.dependency 'GoogleMaps', '9.3.0'
37
- sp.dependency 'Google-Maps-iOS-Utils', '6.1.0'
38
- install_modules_dependencies(sp)
39
- end
17
+ s.source_files = "ios/AirMaps/**/*.{h,m,mm,swift}"
18
+ s.dependency "React-Core"
19
+ s.compiler_flags = folly_compiler_flags
20
+ install_modules_dependencies(s)
40
21
 
41
22
  end