2 "name": "Spotify-iOS-Streaming-SDK",
3 "module_name": "Spotify",
4 "summary": "The new Spotify iOS SDK.",
7 "http": "https://github.com/spotify/ios-streaming-sdk/archive/beta-25.zip"
10 "type": "Proprietary",
11 "text": "https://developer.spotify.com/developer-terms-of-use/"
14 "Spotify": "https://developer.spotify.com/"
16 "homepage": "https://developer.spotify.com/technologies/spotify-ios-streaming-sdk/",
25 "pod_target_xcconfig": {
26 "OTHER_LDFLAGS": "$(inherited) -ObjC"
28 "user_target_xcconfig": {
29 "LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/Spotify-iOS-Streaming-SDK\""
32 "ios-streaming-sdk-beta-25/SpotifyAudioPlayback.framework/SpotifyAudioPlayback",
33 "ios-streaming-sdk-beta-25/SpotifyAuthentication.framework/SpotifyAuthentication",
34 "ios-streaming-sdk-beta-25/SpotifyMetadata.framework/SpotifyMetadata"
36 "prepare_command": "touch Empty.m && cp ios-streaming-sdk-beta-25/SpotifyAudioPlayback.framework/SpotifyAudioPlayback libSpotifyAudioPlayback.a && cp ios-streaming-sdk-beta-25/SpotifyAudioPlayback.framework/Headers/* ./ && sed -i '' 's@<SpotifyAudioPlayback/@<Spotify/@g' *.h && cp ios-streaming-sdk-beta-25/SpotifyAuthentication.framework/SpotifyAuthentication libSpotifyAuthentication.a && cp ios-streaming-sdk-beta-25/SpotifyAuthentication.framework/Headers/* ./ && sed -i '' 's@<SpotifyAuthentication/@<Spotify/@g' *.h && cp ios-streaming-sdk-beta-25/SpotifyMetadata.framework/SpotifyMetadata libSpotifyMetadata.a && cp ios-streaming-sdk-beta-25/SpotifyMetadata.framework/Headers/* ./ && sed -i '' 's@<SpotifyMetadata/@<Spotify/@g' *.h",
41 "public_header_files": "*.h",
50 "vendored_libraries": "libSpotifyMetadata.a"
53 "name": "Authentication",
54 "vendored_libraries": "libSpotifyAuthentication.a"
58 "vendored_libraries": "libSpotifyAudioPlayback.a"