blob: 3aacb6692e2d152bd47797c4f5e3f15291e662d5 [file] [log] [blame]
{
"name": "CCURLConnection",
"version": "0.0.8",
"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.8"
},
"source_files": "CCURLConnection/**/*.{h,m}",
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"requires_arc": true
}