Skip to content

Commit 330e5aa

Browse files
committed
testing update to repository
1 parent bb7e99a commit 330e5aa

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

RNSpotifyRemote.podspec

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ Pod::Spec.new do |s|
1212
s.homepage = package['repository']['url']
1313
s.platform = :ios, "9.0"
1414

15-
s.source = { :git => package['repository']['url'], :tag => "v#{s.version}", :submodules => true }
16-
s.source_files = "ios/*.{h,m}","ios/external/SpotifySDK/SpotifyiOS.framework/**/Headers/*.{h,m}"
17-
s.preserve_path = "ios/external/SpotifySDK/SpotifyiOS.framework"
18-
s.vendored_frameworks = "ios/external/SpotifySDK/SpotifyiOS.framework"
15+
s.source = { :git => package['repository']['url'], :submodules => true }
16+
s.source_files = "ios/*.{h,m}","ios/external/SpotifySDK/SpotifyiOS.xcframework/**/Headers/*.{h,m}"
17+
s.preserve_path = "ios/external/SpotifySDK/SpotifyiOS.xcframework"
18+
s.vendored_frameworks = "ios/external/SpotifySDK/SpotifyiOS.xcframework"
1919

2020
s.dependency 'React-Core'
21-
2221
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-native-spotify-remote",
33
"repository": {
44
"type": "git",
5-
"url": "https://github.com/cjam/react-native-spotify-remote.git"
5+
"url": "https://github.com/wwdrew/react-native-spotify-remote.git"
66
},
77
"bugs": {
88
"url": "https://github.com/cjam/react-native-spotify-remote/issues"

0 commit comments

Comments
 (0)