@woosmap/react-native-plugin-geofencing 0.11.0-beta.2 → 0.11.0

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/react-native-plugin-geofencing",
3
- "version": "0.11.0-beta.2",
3
+ "version": "0.11.0",
4
4
  "description": "This react-native plugin extends the functionality offered by the Woosmap Geofencing Mobile SDKs. Find more about the Woosmap Geofencing SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
  s.license = package["license"]
12
12
  s.authors = package["author"]
13
13
 
14
- s.platforms = { :ios => "13.0" }
14
+ s.platforms = { :ios => "15.0" }
15
15
  s.source = { :git => "https://github.com/Woosmap/geofencing-react-native-plugin.git", :tag => "#{s.version}" }
16
16
 
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"
@@ -38,32 +38,7 @@ Pod::Spec.new do |s|
38
38
  end
39
39
  end
40
40
 
41
- # begin
42
- # s.spm_dependency "https://github.com/Woosmap/geofencing-ios-sdk-spm-release.git",
43
- # :up_to_next_major => "4.0.0"
44
- # rescue NoMethodError
45
- # s.dependency "WoosmapGeofencing", "~> 4.0"
46
- # end
47
- # Add SPM dependency cleanly
48
- # if s.respond_to?(:spm_dependency)
49
- # s.spm_dependency "https://github.com/Woosmap/geofencing-ios-sdk-spm-release.git",
50
- # :up_to_next_major => "4.0.0"
51
- # else
52
- # s.dependency "WoosmapGeofencing", "~> 4.0"
53
- # end
54
-
55
- if s.respond_to?(:swift_packages=)
56
- s.swift_packages = [
57
- {
58
- name: 'WoosmapGeofencing',
59
- url: 'https://github.com/Woosmap/geofencing-ios-sdk-spm-release.git',
60
- requirement: { kind: 'upToNextMajorVersion', minimumVersion: '4.0.0' }
61
- }
62
- ]
63
- else
64
- s.dependency 'WoosmapGeofencing', '~> 4.0'
65
- end
66
-
41
+ s.dependency "WoosmapGeofencing", '~> 4.0'
67
42
  s.default_subspec = :default
68
43
 
69
44
  s.subspec "default" do |spec|