@woosmap/react-native-plugin-geofencing 0.11.2-beta.2 → 0.11.2-beta.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/react-native-plugin-geofencing",
3
- "version": "0.11.2-beta.2",
3
+ "version": "0.11.2-beta.4",
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",
@@ -39,6 +39,7 @@ Pod::Spec.new do |s|
39
39
  end
40
40
 
41
41
  s.swift_version = '5.0'
42
+ s.static_framework = false
42
43
 
43
44
  if defined?(:spm_dependency)
44
45
  spm_dependency(s,
@@ -55,6 +56,7 @@ Pod::Spec.new do |s|
55
56
  s.default_subspec = :default
56
57
 
57
58
  s.subspec "default" do |spec|
59
+ spec.dependency "WoosmapGeofencing"
58
60
  end
59
61
  s.subspec "Airship" do |spec|
60
62
  spec.dependency "AirshipFrameworkProxy"