[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 2 / d / HTTPRequest / 2.0 / HTTPRequest.podspec.json
blob5d455457bc9a3ae1d21f8edf12f71f85b9ba8a56
2   "name": "HTTPRequest",
3   "version": "2.0",
4   "summary": "HTTPRequest is HTTP request library with GET, POST method",
5   "description": "HTTPRequest is Singleton queue object, it pushes request to a queue and send HTTP request one by one. After complete one request, the queue will send back it to delegate object if it's avaiable",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HTTPRequest/Classes/**/*",
22   "pushed_with_swift_version": "3.0"