blob: 961b1b2334f45ddd244945d7382d37e1b3827e41 [file] [log] [blame]
{
"name": "CCURLConnection",
"version": "0.0.5",
"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",
"tag": "v0.0.5"
},
"source_files": "CCURLConnection/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}