[Add] CaptureSDK 1.9.83
[CocoaPods.git] / Specs / 3 / b / 6 / UC_Commonmodule / 0.1.5 / UC_Commonmodule.podspec.json
blobb6e0b2039c336a1e66396fccc802798e98d85ac1
2   "name": "UC_Commonmodule",
3   "version": "0.1.5",
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     "fantengteng": "593886467@qq.com"
13   },
14   "source": {
15     "git": "http://git.hnbangyao.com/UCComponen/uc_commonmodule.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "arm64 armv7 armv7s x86_64"
23   },
24   "static_framework": true,
25   "subspecs": [
26     {
27       "name": "UC_CommonmoduleNetWork",
28       "public_header_files": "UC_Commonmodule/Classes/UC_CommonmoduleNetWork/**/*.h",
29       "source_files": "UC_Commonmodule/Classes/UC_CommonmoduleNetWork/**/*",
30       "dependencies": {
31         "AFNetworking": [
33         ],
34         "YYKit": [
36         ]
37       }
38     },
39     {
40       "name": "UC_CommonmoduleMaco",
41       "public_header_files": "UC_Commonmodule/Classes/UC_CommonmoduleMaco/**/*.h",
42       "source_files": "UC_Commonmodule/Classes/UC_CommonmoduleMaco/**/*"
43     },
44     {
45       "name": "UC_CommonmoduleKit",
46       "public_header_files": "UC_Commonmodule/Classes/UC_CommonmoduleKit/**/*.h",
47       "source_files": "UC_Commonmodule/Classes/UC_CommonmoduleKit/**/*",
48       "dependencies": {
49         "UC_Commonmodule/UC_CommonmoduleTool": [
51         ],
52         "UC_NavigationBar": [
54         ],
55         "MBProgressHUD": [
57         ],
58         "MJRefresh": [
60         ]
61       }
62     },
63     {
64       "name": "UC_CommonmoduleTool",
65       "public_header_files": "UC_Commonmodule/Classes/UC_CommonmoduleTool/**/*.h",
66       "source_files": "UC_Commonmodule/Classes/UC_CommonmoduleTool/**/*",
67       "dependencies": {
68         "UC_Commonmodule/UC_CommonmoduleCat": [
70         ],
71         "UC_Commonmodule/UC_CommonmoduleMaco": [
73         ],
74         "UC_Commonmodule/UC_CommonmoduleNetWork": [
76         ],
77         "WechatOpenSDK": [
79         ],
80         "MBProgressHUD": [
82         ],
83         "SDWebImage": [
85         ]
86       }
87     },
88     {
89       "name": "UC_CommonmoduleCat",
90       "public_header_files": "UC_Commonmodule/Classes/UC_CommonmoduleCat/**/*.h",
91       "source_files": "UC_Commonmodule/Classes/UC_CommonmoduleCat/**/*",
92       "dependencies": {
93         "YYKit": [
95         ]
96       }
97     }
98   ]