[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 0 / f / XGFramework / 1.0.0 / XGFramework.podspec.json
blobf6e8b56067d10c01f94756f7198ceb8b2c23d2f1
2   "name": "XGFramework",
3   "version": "1.0.0",
4   "summary": "西瓜公共组件",
5   "description": "西瓜公共组件:网络、UI、工具类...",
6   "homepage": "https://gitlab.xiguacity.cn/songwei/xgcomponentframework-ios.git",
7   "license": "MIT",
8   "authors": {
9     "songwei": "517227087@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://gitlab.xiguacity.cn/songwei/xgcomponentframework-ios.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "XGKit/*.h",
19   "public_header_files": "XGKit/XGKit.h",
20   "subspecs": [
21     {
22       "name": "UI",
23       "public_header_files": "XGKit/UI/*.h",
24       "source_files": "XGKit/UI/*.{h,m}",
25       "dependencies": {
26         "SVProgressHUD": [
28         ]
29       }
30     },
31     {
32       "name": "Network",
33       "public_header_files": "XGKit/Network/*.h",
34       "source_files": "XGKit/Network/*.{h,m}",
35       "dependencies": {
36         "AFNetworking": [
38         ],
39         "ReactiveObjC": [
41         ],
42         "YYModel": [
44         ]
45       }
46     }
47   ]