blob: 130bcf29bdb98c7c47e5a3534f92528ad18127c3 [file] [log] [blame]
{
"name": "MixRadio",
"version": "0.9.1",
"license": {
"type": "Modified BSD",
"file": "LICENSE.txt"
},
"summary": "This SDK provides an iOS wrapper to the MixRadio API",
"description": "The MixRadio SDK lets you easily integrate your iOS app with MixRadio. The SDK lets you perform searches, get charts and recommendations and user data such as play history within your app. You can link through to the MixRadio app to give your users a full listening experience.",
"homepage": "https://github.com/MixRadio/ios-sdk",
"authors": "MixRadio Team",
"source": {
"git": "https://github.com/mixradio/ios-sdk.git",
"tag": "0.9.1"
},
"social_media_url": "https://twitter.com/devmixradio",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "MixRadioSDK/MixRadioSDK/*",
"dependencies": {
"AFNetworking": [
"~> 2.6.2"
],
"NXOAuth2Client": [
"~> 1.2.8"
]
}
}