[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / c / 6 / 1 / LYNetworkRequestKit / 0.0.2 / LYNetworkRequestKit.podspec.json
bloba6f82afaac361fb3ecfc55fd9faab898089e6c6f
2   "name": "LYNetworkRequestKit",
3   "version": "0.0.2",
4   "summary": "A short description of LYNetworkRequestKit.",
5   "description": "网络请求库、支持自定义参数、自定义url 可以高度自定义、继承hud 和请求取消的回调",
6   "homepage": "https://github.com/shadow-boy/LYNetworkRequestKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "shadow-boy": "wly1250623585gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/shadow-boy/LYNetworkRequestKit.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "LYNetworkRequestKit/*.{h,m}",
23     "LYNetworkRequestKit/**/*.{h,m}",
24     "LYNetworkRequestKit/**/**/*.{h,m}",
25     "LYNetworkRequestKit/**/**/**/*.{h,m}",
26     "LYNetworkRequestKit/**/**/**/**/*.{h,m}"
27   ],
28   "exclude_files": "LYNetworkRequestKit/Exclude",
29   "compiler_flags": "-fno-modules",
30   "frameworks": "UIKit",
31   "requires_arc": true,
32   "dependencies": {
33     "AFNetworking": [
34       "~> 3.2.0"
35     ],
36     "SVProgressHUD": [
37       "~> 2.2.1"
38     ],
39     "YYModel": [
40       "~> 1.0.4"
41     ]
42   }