blob: e00962103c2a198335ca3dc826f1606257f7aa2e [file] [log] [blame]
{
"name": "CHSession",
"version": "0.1.0",
"summary": "Cache Manager for request around NSURLSession",
"description": "Cache Manager for GET, POST, HEAD request and manage this responce chache in memory or in disk.",
"homepage": "https://github.com/vkrotin/CHSession",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aleksey Anisimov": "vkrotin.ios@gmail.com"
},
"source": {
"git": "https://github.com/vkrotin/CHSession.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CHSession/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}