[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 2 / c / QBNetworking / 0.0.7 / QBNetworking.podspec.json
blob7f2e12d6fabe495361eccb8a527d9b71bae92064
2   "name": "QBNetworking",
3   "version": "0.0.7",
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.7"
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   }