| { |
| "name": "CSNetty", |
| "version": "0.0.1", |
| "summary": "CSNetty is a powerful and elegant HTTP client framework for iOS/OSX. And the adopting of chaining syntax make it easy to use.", |
| "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", |
| "homepage": "https://github.com/Chasel-Shao/CSNetty.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Chasel-Shao": "753080265@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/Chasel-Shao/CSNetty.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "CSNetty/*.{h,m}", |
| "public_header_files": "CSNetty/*.{h}", |
| "frameworks": [ |
| "UIKit", |
| "CoreFoundation" |
| ], |
| "dependencies": { |
| "CSModel": [ |
| |
| ] |
| } |
| } |