[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / 4 / 9 / libechonest / 0.0.1 / libechonest.podspec.json
blobb598379e51419ea4b0cbc4200e9c52e7b5b70a02
2   "name": "libechonest",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": null
6   },
7   "summary": "Objective-C Library for The Echo Nest API.",
8   "homepage": "https://github.com/echonest/libechonest",
9   "license": "BSD 3-Clause",
10   "authors": "The Echo Nest",
11   "source": {
12     "git": "https://github.com/echonest/libechonest.git",
13     "commit": "f55f44f9e3c10db5d307d599ec48ad0859f9225a"
14   },
15   "requires_arc": true,
16   "source_files": [
17     "libechonest/src",
18     "libechonest/src/Base64"
19   ],
20   "frameworks": [
21     "AVFoundation",
22     "CFNetwork",
23     "MediaPlayer",
24     "MobileCoreServices",
25     "SystemConfiguration"
26   ],
27   "libraries": "z",
28   "dependencies": {
29     "ASIHTTPRequest": [
30       "~> 1.8"
31     ],
32     "SBJson": [
33       "~> 3.1"
34     ],
35     "Reachability": [
36       "~> 3.0"
37     ],
38     "TSLibraryImport": [
39       "0.0.1"
40     ]
41   },
42   "xcconfig": {
43     "OTHER_LDFLAGS": "-all_load"
44   }