blob: e13557232aec475b6263cdcf976adff9e6859b2a [file] [log] [blame]
{
"name": "Spotify-iOS-SDK",
"module_name": "Spotify",
"summary": "The new Spotify iOS SDK.",
"version": "0.15.0",
"source": {
"http": "https://github.com/spotify/ios-sdk/releases/download/beta-15/ios-sdk-deploy.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.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"AVFoundation"
],
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"OTHER_LDFLAGS": "$(inherited) -ObjC"
},
"preserve_paths": "Spotify.framework/Spotify",
"prepare_command": "touch Empty.m && cp Spotify.framework/Spotify libSpotify.a && cp Spotify.framework/Headers/* .",
"source_files": [
"Empty.m",
"*.h"
],
"public_header_files": "*.h",
"vendored_libraries": "libSpotify.a"
}