blob: ad9b29c715b7e00c2e8aebffb1e19deadefa8ede [file] [log] [blame]
{
"name": "deviantART-SDK",
"version": "1.0.3",
"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.3"
},
"source_files": "deviantART SDK/DVNTAPI/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.2"
]
}
}