blob: 63e928b8cc2cbe1a1ae71751c620aba0db849630 [file] [log] [blame]
{
"name": "SpotifyRemoteSDK",
"summary": "Spotify iOS App Remote SDK.",
"version": "1.0.1",
"description": "Spotify iOS App Remote SDK for controlling Spotify App remotely.",
"license": {
"type": "Proprietary",
"text": "https://developer.spotify.com/developer-terms-of-use/"
},
"authors": {
"Spotify": "https://developer.spotify.com/"
},
"homepage": "https://github.com/spotify/ios-sdk",
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://github.com/spotify/ios-sdk/archive/v1.0.0.zip",
"flatten": true
},
"source_files": "SpotifyiOS.framework/**/*.h",
"preserve_paths": "SpotifyiOS.framework",
"header_dir": "SpotifyiOS.framework/Headers",
"frameworks": [
"SpotifyiOS",
"Foundation",
"UIKit"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/SpotifyRemoteSDK\""
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC"
},
"requires_arc": true
}