blob: e7f98d0687c520cd3d4fb2f80a9fad5ed5ef7cc8 [file] [log] [blame]
{
"name": "Spotify-iOS-SDK",
"module_name": "Spotify",
"summary": "The new Spotify iOS SDK.",
"version": "0.24.0",
"source": {
"http": "https://github.com/spotify/ios-sdk/archive/beta-24.zip"
},
"license": {
"type": "Proprietary",
"text": "https://developer.spotify.com/developer-terms-of-use/"
},
"authors": {
"Spotify": "https://developer.spotify.com/"
},
"homepage": "https://developer.spotify.com/technologies/spotify-ios-sdk/",
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"AVFoundation"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC"
},
"user_target_xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/Spotify-iOS-SDK\""
},
"preserve_paths": [
"ios-sdk-beta-24/SpotifyAudioPlayback.framework/SpotifyAudioPlayback",
"ios-sdk-beta-24/SpotifyAuthentication.framework/SpotifyAuthentication",
"ios-sdk-beta-24/SpotifyMetadata.framework/SpotifyMetadata"
],
"prepare_command": "touch Empty.m && cp ios-sdk-beta-24/SpotifyAudioPlayback.framework/SpotifyAudioPlayback libSpotifyAudioPlayback.a && cp ios-sdk-beta-24/SpotifyAudioPlayback.framework/Headers/* ./ && sed -i '' 's@<SpotifyAudioPlayback/@<Spotify/@g' *.h && cp ios-sdk-beta-24/SpotifyAuthentication.framework/SpotifyAuthentication libSpotifyAuthentication.a && cp ios-sdk-beta-24/SpotifyAuthentication.framework/Headers/* ./ && sed -i '' 's@<SpotifyAuthentication/@<Spotify/@g' *.h && cp ios-sdk-beta-24/SpotifyMetadata.framework/SpotifyMetadata libSpotifyMetadata.a && cp ios-sdk-beta-24/SpotifyMetadata.framework/Headers/* ./ && sed -i '' 's@<SpotifyMetadata/@<Spotify/@g' *.h",
"source_files": [
"Empty.m",
"*.h"
],
"public_header_files": "*.h",
"default_subspecs": [
"Metadata",
"Authentication",
"Playback"
],
"subspecs": [
{
"name": "Metadata",
"vendored_libraries": "libSpotifyMetadata.a"
},
{
"name": "Authentication",
"vendored_libraries": "libSpotifyAuthentication.a"
},
{
"name": "Playback",
"vendored_libraries": "libSpotifyAudioPlayback.a"
}
]
}