[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 0 / f / YXNetWorking / 0.0.3 / YXNetWorking.podspec.json
blobc1017f4691ef85ba2226e43f754790879d5e7a6f
2   "name": "YXNetWorking",
3   "version": "0.0.3",
4   "summary": "It is a delightful network framework.",
5   "description": "YXNetWorking is a 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.3"
17   },
18   "source_files": "YXNetWorking/*.{h,m}",
19   "resources": "YXNetWorking/SourcesBundle.bundle",
20   "requires_arc": true,
21   "user_target_xcconfig": {
22     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
23   },
24   "dependencies": {
25     "MJExtension": [
27     ],
28     "MBProgressHUD": [
29       "~> 0.9.2"
30     ],
31     "AFNetworking": [
32       "~> 3.1.0"
33     ]
34   }