blob: f79a9f6ea291de702f1d45720b502c30f9826b9e [file] [log] [blame]
{
"name": "KSNNetworkClient",
"version": "0.1.1",
"summary": "SergeyKovalenko.",
"description": "Simple API Client infrastructure",
"homepage": "https://github.com/SergeyKovalenko/KSNNetworkClient",
"license": "MIT",
"authors": {
"Sergey Kovalenko": "papuly@gmail.com"
},
"source": {
"git": "https://github.com/SergeyKovalenko/KSNNetworkClient.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"deprecated": true,
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 2.6"
],
"ReactiveCocoa": [
"~> 2.0"
]
}
}