blob: 125ed59e2bd1b0b3b6e8ac2bb23df7cc074b5eb1 [file] [log] [blame]
{
"name": "DCHSoundCloudApi",
"version": "0.0.2",
"summary": "DCHSoundCloudApi is a light wrapper for SoundCloud HTTP API",
"description": "CocoaSoundCloudAPI is out of date and mantainence is no longer done. This project is supposed to replace it, but in a more mantainable manner, by adding functionality for real life use cases.",
"homepage": "https://github.com/dchirita/DCHSoundCloudApi",
"license": "MIT",
"authors": {
"Daniel Chirita": "daniel.chirita@woowteam.com"
},
"source": {
"git": "https://github.com/dchirita/DCHSoundCloudApi.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DCHSoundCloudApi": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Bolts": [
],
"AFNetworking": [
],
"CocoaLumberjack": [
]
}
}