expo-facebook-analytics 1.0.4 → 1.0.5

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.
@@ -20,10 +20,15 @@ Pod::Spec.new do |s|
20
20
  ]
21
21
 
22
22
  s.dependency 'React-Core'
23
- s.dependency 'FBSDKCoreKit', '18.0.3'
24
23
 
25
24
  s.frameworks = ['AdSupport']
26
25
 
26
+ spm_dependency(s,
27
+ url: 'https://github.com/facebook/facebook-ios-sdk.git',
28
+ requirement: { kind: 'upToNextMajorVersion', minimumVersion: '18.0.3' },
29
+ products: ['FacebookCore']
30
+ )
31
+
27
32
  if File.exist?(nitrogen_autolinking)
28
33
  load nitrogen_autolinking
29
34
  add_nitrogen_files(s)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-facebook-analytics",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "High-performance Facebook Analytics for React Native using Nitro Modules",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",