blob: 1083ff782eb0f2301cf46b03a7e170c1831b3f7e [file] [log] [blame]
{
"name": "DribbbleSDK",
"version": "0.0.2",
"platforms": {
"ios": "7.0"
},
"summary": "Unofficial Dribbble iOS SDK",
"description": "Uses latest Dribbble HTTP API !\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/agilie/dribbble-ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Agilie": "info@agilie.com"
},
"source": {
"git": "https://github.com/agilie/dribbble-ios-sdk.git",
"tag": "0.0.2",
"branch": "master"
},
"requires_arc": true,
"source_files": "DribbbleSDK/**/*.{c,h,m}",
"public_header_files": "DribbbleSDK/**/*.h",
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"BlocksKit": [
],
"NXOAuth2Client": [
],
"JSONModel": [
]
}
}