[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 2 / d / HTTPRequest / 2.1 / HTTPRequest.podspec.json
blob5a6a5d0a030ddf2192d8bccb3fda377560ea5fb3
2   "name": "HTTPRequest",
3   "version": "2.1",
4   "summary": "HTTPRequest is HTTP request library with GET, POST method.",
5   "description": "HTTPRequest is the simplest of URLRequest implementing to work on network tasks. HTTPRequest uses delegate pattern to returns data.",
6   "homepage": "https://github.com/mucdong/HTTPRequest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mucdong": "doannguyen06@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mucdong/HTTPRequest.git",
16     "tag": "2.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HTTPRequest/Classes/**/*",
22   "pushed_with_swift_version": "4.0"