blob: f7e815da040b963797cba8d126428274f8d76e34 [file] [log] [blame]
{
"name": "deviantART-SDK",
"version": "1.0.0",
"summary": "The Objective-C deviantART SDK is a library to allow easy integration with the deviantART API in your apps.",
"homepage": "http://deviantart.com/developers",
"license": "BSD",
"authors": {
"Aaron Pearce": "pickley@deviantart.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"osx": {
"frameworks": "Webkit"
},
"source": {
"git": "https://github.com/deviantART/Objective-C-deviantART-SDK.git",
"tag": "1.0.0"
},
"source_files": "deviantART SDK/DVNTAPI/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.1"
]
}
}