@superfan-app/spotify-auth 0.1.28 → 0.1.29
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 -5
- package/package.json +1 -1
package/ios/SpotifyAuth.podspec
CHANGED
|
@@ -11,22 +11,18 @@ Pod::Spec.new do |s|
|
|
|
11
11
|
s.license = package['license']
|
|
12
12
|
s.author = package['author']
|
|
13
13
|
s.homepage = package['homepage']
|
|
14
|
-
|
|
15
|
-
# Minimum iOS version requirement and Swift version
|
|
16
14
|
s.platform = :ios, '13.0'
|
|
17
15
|
s.swift_version = '5.4'
|
|
18
16
|
|
|
19
|
-
# Define your source. It’s best to specify a tag to ensure the right version is fetched.
|
|
20
17
|
s.source = {
|
|
21
18
|
git: 'https://github.com/superfan-app/spotify-auth.git',
|
|
22
19
|
tag: package['version']
|
|
23
20
|
}
|
|
24
21
|
|
|
25
|
-
# Mark the module as a static framework.
|
|
26
22
|
s.static_framework = true
|
|
27
23
|
|
|
28
|
-
# Declare dependency on ExpoModulesCore
|
|
29
24
|
s.dependency 'ExpoModulesCore'
|
|
25
|
+
s.dependency 'KeychainAccess', '~> 4.2'
|
|
30
26
|
|
|
31
27
|
# Pod target build settings. Vendored frameworks automatically set up module maps,
|
|
32
28
|
# so explicit FRAMEWORK_SEARCH_PATHS are often unnecessary.
|