blob: 5732d29cd8f3c63c4188f1244d3724100d3fba7f [file] [log] [blame]
{
"name": "LTDribbbleAPI",
"version": "0.0.2",
"summary": "Yet another Dribbble API client for iOS 6.0+ and Mac OS X 10.8+ based on AFNetworking 2.0.",
"homepage": "https://github.com/lexrus/LTDribbbleAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lex Tang": "lexrus@gmail.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/lexrus/LTDribbbleAPI.git",
"tag": "0.0.2"
},
"source_files": "LTDribbbleAPI/**/*.{h,m}",
"public_header_files": "LTDribbbleAPI/**/*.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}