[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 7 / 2 / YQNetworkRequest / 0.0.1 / YQNetworkRequest.podspec.json
blob66efd700a335a67ecb262322acc8473e0d98549c
2   "name": "YQNetworkRequest",
3   "version": "0.0.1",
4   "summary": "一个简单易用的网络请求框架.",
5   "homepage": "https://github.com/QuinceyYang/YQNetworking",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "QuinceyYang": "yqing555@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/QuinceyYang/YQNetworking.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "Source/*.{h,m}",
21   "exclude_files": "Classes/Exclude",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "3.0.4"
26     ]
27   }