@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.
@@ -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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superfan-app/spotify-auth",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "description": "Spotify OAuth module for Expo",
5
5
  "main": "src/index.ts",
6
6
  "types": "build/index.d.ts",