[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / c / QBNetworking / 0.0.8 / QBNetworking.podspec.json
blobc7fe870737995794aac38198bf26bc12ed7c1003
2   "name": "QBNetworking",
3   "version": "0.0.8",
4   "summary": "QBNetworking is a high level request util based on AFNetworking.",
5   "homepage": "https://github.com/luqinbin/QBNetworking",
6   "license": "MIT",
7   "authors": {
8     "luqinbin": "751536545@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/luqinbin/QBNetworking.git",
12     "tag": "0.0.8"
13   },
14   "source_files": "QBNetwork/**/*.{h,m}",
15   "requires_arc": true,
16   "private_header_files": "QBNetwork/Private/*.h",
17   "platforms": {
18     "ios": "11.0"
19   },
20   "frameworks": "CFNetwork",
21   "dependencies": {
22     "AFNetworking/NSURLSession": [
23       ">= 4.0"
24     ]
25   }