[Add] CXHAdSDK-TopOn 1.6.6.1
[CocoaPods.git] / Specs / 6 / 8 / 1 / LPCTools / 0.2.0 / LPCTools.podspec.json
blob593f2dc67826cbb3d31f43a2dee53dd3c9f96604
2   "name": "LPCTools",
3   "version": "0.2.0",
4   "summary": "a component of Tools on iOS",
5   "homepage": "https://github.com/lipeichi/LPCTools",
6   "description": "李沛池工具汇总、5年iOS架构经验总结出的一套用于快速搭建新启动App的框架、持续完善、普惠天下",
7   "license": "MIT",
8   "authors": {
9     "Godlike": "godlikelpc@126.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/lipeichi/LPCTools.git",
16     "tag": "0.2.0"
17   },
18   "source_files": "LPCGodlike/*.{h,m}",
19   "public_header_files": "LPCGodlike/LPCTools.h",
20   "dependencies": {
21     "AFNetworking": [
23     ],
24     "MBProgressHUD": [
26     ]
27   },
28   "requires_arc": true,
29   "subspecs": [
30     {
31       "name": "LPCTools",
32       "dependencies": {
33         "LPCTools/LPCBaseKit": [
35         ]
36       },
37       "source_files": "LPCGodlike/*.{h,m}",
38       "public_header_files": "LPCGodlike/*.h"
39     },
40     {
41       "name": "LPCDefine",
42       "source_files": "LPCGodlike/LPCDefine/*.{h,m}",
43       "public_header_files": "LPCGodlike/LPCDefine/*.h"
44     },
45     {
46       "name": "LPCBaseKit",
47       "dependencies": {
48         "LPCTools/LPCDefine": [
50         ],
51         "LPCTools/LPCUIKit": [
53         ]
54       },
55       "source_files": "LPCGodlike/LPCBaseKit/*.{h,m}",
56       "public_header_files": "LPCGodlike/LPCBaseKit/*.h"
57     },
58     {
59       "name": "LPCCategory",
60       "source_files": "LPCGodlike/LPCCategory/*.{h,m}",
61       "public_header_files": "LPCGodlike/LPCCategory/*.h"
62     },
63     {
64       "name": "LPCFoundation",
65       "dependencies": {
66         "LPCTools/LPCBaseKit": [
68         ]
69       },
70       "source_files": "LPCGodlike/LPCFoundation/*.{h,m}",
71       "public_header_files": "LPCGodlike/LPCFoundation/*.h"
72     },
73     {
74       "name": "LPCSDK",
75       "dependencies": {
76         "LPCTools/LPCTools": [
78         ]
79       },
80       "source_files": "LPCGodlike/LPCSDK/*.{h,m}",
81       "public_header_files": "LPCGodlike/LPCSDK/*.h"
82     },
83     {
84       "name": "LPCManager",
85       "dependencies": {
86         "LPCTools/LPCBaseKit": [
88         ]
89       },
90       "source_files": "LPCGodlike/LPCManager/*.{h,m}",
91       "public_header_files": "LPCGodlike/LPCManager/*.h"
92     },
93     {
94       "name": "LPCUIKit",
95       "source_files": "LPCGodlike/LPCUI/LPCUIKit/*.{h,m}",
96       "public_header_files": "LPCGodlike/LPCUI/LPCUIKit/*.h"
97     },
98     {
99       "name": "LPCShareView",
100       "dependencies": {
101         "LPCTools/LPCBaseKit": [
103         ]
104       },
105       "source_files": "LPCGodlike/LPCUI/LPCUtilView/LPCShareView/*.{h,m}",
106       "public_header_files": "LPCGodlike/LPCUI/LPCUtilView/LPCShareView/*.h"
107     },
108     {
109       "name": "LPCUIKit",
110       "source_files": "LPCGodlike/LPCUI/LPCUtilView/LPCErrorcodeView/*.{h,m}",
111       "public_header_files": "LPCGodlike/LPCUI/LPCUtilView/LPCErrorcodeView/*.h"
112     },
113     {
114       "name": "LPCUIKit",
115       "source_files": "LPCGodlike/LPCUI/LPCUtilView/LPCGestureUnlockView/*.{h,m}",
116       "public_header_files": "LPCGodlike/LPCUI/LPCUtilView/LPCGestureUnlockView/*.h"
117     },
118     {
119       "name": "LPCUtilView"
120     },
121     {
122       "name": "LPCUI"
123     }
124   ]