react-native-mparticle 2.9.1 → 2.9.2

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
@@ -4,7 +4,7 @@
4
4
  "homepage": "https://www.mparticle.com",
5
5
  "license": "Apache-2.0",
6
6
  "repository": "mParticle/react-native-mparticle",
7
- "version": "2.9.1",
7
+ "version": "2.9.2",
8
8
  "main": "lib/index.js",
9
9
  "types": "lib/index.d.ts",
10
10
  "react-native": "js/index",
@@ -25,16 +25,5 @@ Pod::Spec.new do |s|
25
25
  s.dependency "React-Core"
26
26
  end
27
27
 
28
- # Primary: CocoaPods dependency (still works when SPM is not used)
29
28
  s.dependency 'mParticle-Apple-SDK', '~> 8.0'
30
-
31
- # SPM bridge: registers mParticle-Apple-SDK as an SPM dependency alongside CocoaPods (RN 0.75+).
32
- # See: https://github.com/facebook/react-native/pull/44627
33
- if respond_to?(:spm_dependency, true)
34
- spm_dependency(s,
35
- url: 'https://github.com/mParticle/mparticle-apple-sdk.git',
36
- requirement: { kind: 'upToNextMajorVersion', minimumVersion: '8.0.0' },
37
- products: ['mParticle-Apple-SDK']
38
- )
39
- end
40
29
  end