[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / 8 / LNBaseComponent / 0.0.1 / LNBaseComponent.podspec.json
blob5191282f439783932d1d02c91f58d712d3697da6
2   "name": "LNBaseComponent",
3   "version": "0.0.1",
4   "summary": "基础组件库",
5   "description": "webviewcontroller 添加了进度条,位置外面传",
6   "homepage": "https://github.com/yinyakun/LNBaseComponent",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yinyakun": "yinyakun123@126.com"
13   },
14   "source": {
15     "git": "https://github.com/yinyakun/BaseComponent.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LNBaseComponent/Classes/*",
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "Category",
26       "source_files": "LNBaseComponent/Classes/Category(系统类扩展)/**/*"
27     },
28     {
29       "name": "Quantity",
30       "source_files": "LNBaseComponent/Classes/Consts(常量)/**/*"
31     },
32     {
33       "name": "Macros",
34       "source_files": "LNBaseComponent/Classes/Macros(宏)/**/*"
35     },
36     {
37       "name": "GDATA",
38       "requires_arc": false,
39       "source_files": "LNBaseComponent/Classes/GDATA/**/*",
40       "libraries": "xml2",
41       "xcconfig": {
42         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
43       }
44     },
45     {
46       "name": "Services",
47       "source_files": "LNBaseComponent/Classes/Services/**/*"
48     },
49     {
50       "name": "Helpers",
51       "source_files": "LNBaseComponent/Classes/Helpers/**/*",
52       "dependencies": {
53         "AFNetworking": [
55         ],
56         "YYKit": [
58         ],
59         "YTKNetwork": [
61         ],
62         "MJExtension": [
63           "~> 3.0.13"
64         ]
65       }
66     },
67     {
68       "name": "LocalDataBase",
69       "source_files": "LNBaseComponent/Classes/LocalDataBase/**/*",
70       "dependencies": {
71         "BGFMDB": [
72           "~> 2.0.9"
73         ]
74       }
75     },
76     {
77       "name": "LNBaseRequest",
78       "source_files": "LNBaseComponent/Classes/LNBaseRequest/**/*",
79       "dependencies": {
80         "YTKNetwork": [
82         ]
83       }
84     },
85     {
86       "name": "Gesture",
87       "source_files": "LNBaseComponent/Classes/Gesture/**/*"
88     },
89     {
90       "name": "LNToast",
91       "source_files": "LNBaseComponent/Classes/LNToast/**/*",
92       "dependencies": {
93         "Toast": [
94           "~> 4.0.0"
95         ]
96       }
97     },
98     {
99       "name": "LNCommonWKWebVC",
100       "source_files": "LNBaseComponent/Classes/LNCommonWKWebVC/**/*",
101       "dependencies": {
102         "WebViewJavascriptBridge": [
103           "~> 6.0.3"
104         ]
105       }
106     },
107     {
108       "name": "MessageRedPoint",
109       "source_files": "LNBaseComponent/Classes/MessageRedPoint/**/*",
110       "dependencies": {
111         "CYLTabBarController": [
112           "~> 1.14.1"
113         ]
114       }
115     },
116     {
117       "name": "LNViews",
118       "source_files": "LNBaseComponent/Classes/LNViews/**/*"
119     }
120   ]