blob: e6ed4608791b42f1ffd346e21f2c2f552c83e65e [file] [log] [blame]
{
"name": "libechonest",
"version": "1.0.0",
"platforms": {
"ios": null
},
"summary": "Objective-C Library for The Echo Nest API.",
"homepage": "https://github.com/echonest/libechonest",
"license": "BSD 3-Clause",
"authors": "The Echo Nest",
"source": {
"git": "https://github.com/echonest/libechonest.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": [
"libechonest/src",
"libechonest/src/Base64"
],
"frameworks": [
"AVFoundation",
"CFNetwork",
"MediaPlayer",
"MobileCoreServices",
"SystemConfiguration"
],
"libraries": "z",
"dependencies": {
"ASIHTTPRequest": [
"~> 1.8.1"
],
"SBJson": [
"~> 3.2"
],
"Reachability": [
"~> 3.1.0"
],
"TSLibraryImport": [
"0.0.1"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-all_load"
}
}