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