blob: ca964796b76fc6fb5c231734becd8fb50fc97c65 [file] [log] [blame]
{
"name": "CCURLConnection",
"version": "0.0.1",
"summary": "A library to simplify interactions with remote APIs.",
"homepage": "https://github.com/KondratyevPavel/CCURLConnection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pavel Kondratyev": "shamurai@mail.ru"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/KondratyevPavel/CCURLConnection.git",
"commit": "ddfb05e82620c4d41b2d26f77169175078735f1c"
},
"source_files": "CCURLConnection/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}