[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / c / a / 1 / CHSession / 0.1.0 / CHSession.podspec.json
blobe00962103c2a198335ca3dc826f1606257f7aa2e
2   "name": "CHSession",
3   "version": "0.1.0",
4   "summary": "Cache Manager for request around NSURLSession",
5   "description": "Cache Manager for GET, POST, HEAD request and manage this responce chache in memory or in disk.",
6   "homepage": "https://github.com/vkrotin/CHSession",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aleksey Anisimov": "vkrotin.ios@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vkrotin/CHSession.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "CHSession/**/*",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ]