blob: 553bb8d64d3cea7b420e3ba20a05ecc45a553ae7 [file] [log] [blame]
{
"name": "ABMSoundCloudAPI",
"version": "1.0.1",
"summary": "Own library to handle oauth2 authentication and basic operations for SoundCloud API.",
"description": "Since SoundCloud decided not to maintain any longer its library for iOS I diceded to create my own one. Right now it is supported:\n* Authentication usign internal webview\n* Searching for songs\n* Download a song\n* Get User Playlists\n* Get Playlists given playlist ID\n* Get song info given song ID\n* Follow user given user ID",
"homepage": "https://github.com/andresbrun/ABMSoundCloudAPI",
"screenshots": [
"https://raw.githubusercontent.com/andresbrun/ABMSoundCloudAPI/master/Example/screenshots/screenshot_1.png",
"https://raw.githubusercontent.com/andresbrun/ABMSoundCloudAPI/master/Example/screenshots/screenshot_2.png",
"https://raw.githubusercontent.com/andresbrun/ABMSoundCloudAPI/master/Example/screenshots/screenshot_3.png",
"https://raw.githubusercontent.com/andresbrun/ABMSoundCloudAPI/master/Example/screenshots/screenshot_4.png"
],
"license": "MIT",
"authors": {
"Andres Brun Moreno": "andresbrunmoreno@gmail.com"
},
"source": {
"git": "https://github.com/andresbrun/ABMSoundCloudAPI.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/andrewsBrun",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resources": "Pod/Classes/Views/*.storyboard",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"AFOAuth2Manager": [
"~> 3.0"
]
}
}