[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 0 / f / YXNetWorking / 0.0.1 / YXNetWorking.podspec.json
blob0dee697b49022c9f662171c38993766d159ae2b6
2   "name": "YXNetWorking",
3   "version": "0.0.1",
4   "summary": "It is a slightly network framework.",
5   "description": "YXNetWorking is simple network framework based on AFNetWorking",
6   "homepage": "https://github.com/YXMao/YXNetWorking",
7   "license": "MIT",
8   "authors": {
9     "maoyuxiang": "295911401@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/YXMao/YXNetWorking.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "YXNetWorking/MBProgressHUD+MJ/*.{h,m}",
19   "requires_arc": true,
20   "user_target_xcconfig": {
21     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
22   },
23   "dependencies": {
24     "MJExtension": [
26     ],
27     "MBProgressHUD": [
28       "~> 0.9.2"
29     ],
30     "AFNetworking": [
31       "~> 3.1.0"
32     ]
33   }