[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 7 / 2 / YQNetworkRequest / 1.0 / YQNetworkRequest.podspec.json
blob92464a5925efa62dda1341fcb4b932e1fa371e6c
2   "name": "YQNetworkRequest",
3   "version": "1.0",
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": "1.0"
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   }