blob: 6dd6a25bfcd8e919130030986992eabc656bd4bd [file] [log] [blame]
{
"name": "IKHTTP",
"version": "1.0.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/iankeen/",
"authors": {
"Ian Keen": "iankeen82@gmail.com"
},
"summary": "Simple abstraction layer around AFNetworking.",
"source": {
"git": "https://github.com/iankeen/ikhttp.git",
"tag": "1.0.0"
},
"source_files": "IKHTTP/**/**.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"IKCore": [
"~> 1.0"
],
"IKResults": [
"~> 1.0"
],
"IKEvents": [
"~> 1.0"
],
"AFNetworking": [
]
}
}