blob: 83cbb8d8f953e671693032008cc4ad83f972d076 [file] [log] [blame]
{
"name": "HIPNetworking",
"version": "1.1.0",
"summary": "iOS framework for simple and robust network handling, built on NSURLSession.",
"homepage": "https://github.com/Hipo/HIPNetworking",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Taylan Pince": "taylan@hipolabs.com"
},
"source": {
"git": "https://github.com/Hipo/HIPNetworking.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "HIPNetworking/*.{h,m}",
"requires_arc": true,
"dependencies": {
"TMCache": [
"~> 1.2.0"
]
}
}