react-native-maps 1.22.3 → 1.22.4

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": "src/index.ts",
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.22.3",
8
+ "version": "1.22.4",
9
9
  "license": "MIT",
10
10
  "scripts": {
11
11
  "lint": "eslint . --max-warnings 0",
@@ -1,15 +1,8 @@
1
- # react-native-maps-generated-simple.podspec
2
1
  Pod::Spec.new do |s|
3
2
  s.name = "react-native-maps-generated"
4
- s.version = "1.22.3"
5
- s.summary = "React Native Mapview component for iOS + Android"
6
- s.authors = { "Salah Ghanim" => "salah.ghanim@gmail.com" }
7
- s.homepage = "https://github.com/react-native-maps/react-native-maps"
8
- s.license = { :type => 'MIT', :url => 'https://opensource.org/licenses/MIT' }
3
+ s.version = "1.22.4"
4
+ s.summary = "generated fabric code for react-native-maps"
5
+ s.license = { :type => 'MIT' }
9
6
  s.platform = :ios, "15.1"
10
- s.source = { :git => "https://github.com/react-native-maps/react-native-maps.git", :tag => "v1.22.3" }
11
- s.source_files = "ios/generated/**/*.{h,m,mm,swift}"
12
- s.module_map = 'ios/generated/module.modulemap'
13
- s.public_header_files = "ios/generated/**/*.h"
14
- s.module_name = 'ReactNativeMapsGenerated'
7
+ s.source = { :git => "https://github.com/react-native-maps/react-native-maps.git", :tag => "v1.22.4" }
15
8
  end