[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / a / JQHttpRequest / 0.0.3 / JQHttpRequest.podspec.json
blob80cba538000e28e53fe8baa1d5baa857c451fec7
2   "name": "JQHttpRequest",
3   "version": "0.0.3",
4   "summary": "This library is based on AFNetworking3.1's Get, Post, Put, Delete, and two encapsulated Network Libraries",
5   "homepage": "https://github.com/xiaohange/JQHttpRequest",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "韩俊强": "532167805@qq.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/xiaohange/JQHttpRequest.git",
18     "tag": "0.0.3"
19   },
20   "source_files": "JQHttpRequest/**/*.{h,m}",
21   "public_header_files": "JQHttpRequest/**/*.h",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "EGOCache": [
28     ]
29   },
30   "requires_arc": true