[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / b / 6 / UC_Commonmodule / 0.1.7 / UC_Commonmodule.podspec.json
blob6e44a05c7dd079beae434539060d5a8a76ccc842
2   "name": "UC_Commonmodule",
3   "version": "0.1.7",
4   "summary": "U券云公共模块",
5   "description": "第三方包含 MBProgressHUD|AFNetworking|YYKit|MJRefresh|SDWebImage|WechatOpenSDK",
6   "homepage": "http://git.hnbangyao.com/UCComponen/uc_commonmodule",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangheng": "1339669469@qq.com",
13     "fantengteng": "593886467@qq.com",
14     "wangmeng": "37716571@qq.com"
15   },
16   "source": {
17     "git": "http://git.hnbangyao.com/UCComponen/uc_commonmodule.git",
18     "tag": "0.1.7"
19   },
20   "platforms": {
21     "ios": "9.0"
22   },
23   "pod_target_xcconfig": {
24     "VALID_ARCHS": "arm64 armv7 armv7s x86_64"
25   },
26   "static_framework": true,
27   "subspecs": [
28     {
29       "name": "UC_CommonmoduleNetWork",
30       "public_header_files": "UC_Commonmodule/Classes/UC_CommonmoduleNetWork/**/*.h",
31       "source_files": "UC_Commonmodule/Classes/UC_CommonmoduleNetWork/**/*",
32       "dependencies": {
33         "AFNetworking": [
35         ],
36         "YYKit": [
38         ]
39       }
40     },
41     {
42       "name": "UC_CommonmoduleMaco",
43       "public_header_files": "UC_Commonmodule/Classes/UC_CommonmoduleMaco/**/*.h",
44       "source_files": "UC_Commonmodule/Classes/UC_CommonmoduleMaco/**/*"
45     },
46     {
47       "name": "UC_CommonmoduleKit",
48       "public_header_files": "UC_Commonmodule/Classes/UC_CommonmoduleKit/**/*.h",
49       "source_files": "UC_Commonmodule/Classes/UC_CommonmoduleKit/**/*",
50       "dependencies": {
51         "UC_Commonmodule/UC_CommonmoduleTool": [
53         ],
54         "UC_NavigationBar": [
56         ],
57         "MBProgressHUD": [
59         ],
60         "MJRefresh": [
62         ]
63       }
64     },
65     {
66       "name": "UC_CommonmoduleTool",
67       "public_header_files": "UC_Commonmodule/Classes/UC_CommonmoduleTool/**/*.h",
68       "source_files": "UC_Commonmodule/Classes/UC_CommonmoduleTool/**/*",
69       "dependencies": {
70         "UC_Commonmodule/UC_CommonmoduleCat": [
72         ],
73         "UC_Commonmodule/UC_CommonmoduleMaco": [
75         ],
76         "UC_Commonmodule/UC_CommonmoduleNetWork": [
78         ],
79         "WechatOpenSDK": [
81         ],
82         "MBProgressHUD": [
84         ],
85         "SDWebImage": [
87         ]
88       }
89     },
90     {
91       "name": "UC_CommonmoduleCat",
92       "public_header_files": "UC_Commonmodule/Classes/UC_CommonmoduleCat/**/*.h",
93       "source_files": "UC_Commonmodule/Classes/UC_CommonmoduleCat/**/*",
94       "dependencies": {
95         "YYKit": [
97         ]
98       }
99     }
100   ]