[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / d / 0 / CSNetty / 0.0.1 / CSNetty.podspec.json
blob738a04bc7ab9efbe2c7aea93093e0a151293d5f3
2   "name": "CSNetty",
3   "version": "0.0.1",
4   "summary": "CSNetty is a powerful and elegant HTTP client framework for iOS/OSX. And the adopting of chaining syntax make it easy to use.",
5   "description": "It has many features:\n* Supports chain syntax and bath requests\n* Provides the cache mechenism and has various types of cache policy\n* Customs the different content-type with specific callback method\n* Monitors the progress of uploading and downloading during the time of requesting",
6   "homepage": "https://github.com/Chasel-Shao/CSNetty.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chasel-Shao": "753080265@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Chasel-Shao/CSNetty.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CSNetty/*.{h,m}",
22   "public_header_files": "CSNetty/*.{h}",
23   "frameworks": [
24     "UIKit",
25     "CoreFoundation"
26   ],
27   "dependencies": {
28     "CSModel": [
30     ]
31   }