[Add] ENG 0.0.4
[CocoaPods.git] / Specs / 6 / 8 / 1 / LPCTools / 0.2.1 / LPCTools.podspec.json
blob2f521ef6416268ed07bc8a6881ac1a20cd84b844
2   "name": "LPCTools",
3   "version": "0.2.1",
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.1"
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/LPCUI/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": "LPCUI",
95       "subspecs": [
96         {
97           "name": "LPCUIKit",
98           "source_files": "LPCGodlike/LPCUI/LPCUIKit/*.{h,m}",
99           "public_header_files": "LPCGodlike/LPCUI/LPCUIKit/*.h"
100         },
101         {
102           "name": "LPCUtilView",
103           "subspecs": [
104             {
105               "name": "LPCShareView",
106               "dependencies": {
107                 "LPCTools/LPCBaseKit": [
109                 ]
110               },
111               "source_files": "LPCGodlike/LPCUI/LPCUtilView/LPCShareView/*.{h,m}",
112               "public_header_files": "LPCGodlike/LPCUI/LPCUtilView/LPCShareView/*.h"
113             },
114             {
115               "name": "LPCErrorcodeView",
116               "dependencies": {
117                 "LPCTools/LPCCategory": [
119                 ],
120                 "LPCTools/LPCBaseKit": [
122                 ]
123               },
124               "source_files": "LPCGodlike/LPCUI/LPCUtilView/LPCErrorcodeView/*.{h,m}",
125               "public_header_files": "LPCGodlike/LPCUI/LPCUtilView/LPCErrorcodeView/*.h"
126             },
127             {
128               "name": "LPCGestureUnlockView",
129               "dependencies": {
130                 "LPCTools/LPCBaseKit": [
132                 ]
133               },
134               "source_files": "LPCGodlike/LPCUI/LPCUtilView/LPCGestureUnlockView/*.{h,m}",
135               "public_header_files": "LPCGodlike/LPCUI/LPCUtilView/LPCGestureUnlockView/*.h"
136             }
137           ]
138         }
139       ]
140     }
141   ]