[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 8 / 4 / DCHSoundCloudApi / 0.0.2 / DCHSoundCloudApi.podspec.json
blob125ed59e2bd1b0b3b6e8ac2bb23df7cc074b5eb1
2   "name": "DCHSoundCloudApi",
3   "version": "0.0.2",
4   "summary": "DCHSoundCloudApi is a light wrapper for SoundCloud HTTP API",
5   "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.",
6   "homepage": "https://github.com/dchirita/DCHSoundCloudApi",
7   "license": "MIT",
8   "authors": {
9     "Daniel Chirita": "daniel.chirita@woowteam.com"
10   },
11   "source": {
12     "git": "https://github.com/dchirita/DCHSoundCloudApi.git",
13     "tag": "0.0.2"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "DCHSoundCloudApi": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "Bolts": [
29     ],
30     "AFNetworking": [
32     ],
33     "CocoaLumberjack": [
35     ]
36   }