blob: b69442779d1d733ec317be2714b2d4b0694301c8 [file] [log] [blame]
{
"name": "CCURLConnection",
"version": "0.0.7",
"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",
"osx": "10.7"
},
"source": {
"git": "https://github.com/KondratyevPavel/CCURLConnection.git",
"tag": "v0.0.7"
},
"source_files": "CCURLConnection/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}