@superfan-app/spotify-auth 0.1.24 → 0.1.26
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/ios/SpotifyAuth.podspec +1 -2
- package/package.json +2 -1
package/ios/SpotifyAuth.podspec
CHANGED
|
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
|
|
|
12
12
|
s.homepage = package['homepage']
|
|
13
13
|
s.platforms = { :ios => '13.0' } # Updated minimum iOS version
|
|
14
14
|
s.swift_version = '5.4'
|
|
15
|
-
s.source = { git: 'https://github.com/superfan-app/spotify-auth' }
|
|
15
|
+
s.source = { git: 'https://github.com/superfan-app/spotify-auth.git' }
|
|
16
16
|
s.static_framework = true
|
|
17
17
|
|
|
18
18
|
s.dependency 'ExpoModulesCore'
|
|
@@ -22,7 +22,6 @@ Pod::Spec.new do |s|
|
|
|
22
22
|
'DEFINES_MODULE' => 'YES',
|
|
23
23
|
'SWIFT_COMPILATION_MODE' => 'wholemodule',
|
|
24
24
|
'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/../../node_modules/@superfan-app/spotify-auth/ios/Frameworks"',
|
|
25
|
-
'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/../../node_modules/@superfan-app/spotify-auth/ios/Frameworks/SpotifyiOS.xcframework/ios-arm64/SpotifyiOS.framework/Headers"',
|
|
26
25
|
'ENABLE_BITCODE' => 'NO',
|
|
27
26
|
'IPHONEOS_DEPLOYMENT_TARGET' => '13.0',
|
|
28
27
|
'SWIFT_VERSION' => '5.4'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superfan-app/spotify-auth",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.26",
|
|
4
4
|
"description": "Spotify OAuth module for Expo",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"bugs": {
|
|
29
29
|
"url": "https://github.com/superfan-app/spotify-auth/issues"
|
|
30
30
|
},
|
|
31
|
+
"homepage": "https://github.com/superfan-app/spotify-auth#readme",
|
|
31
32
|
"author": "Superfan App",
|
|
32
33
|
"license": "MIT",
|
|
33
34
|
"dependencies": {
|