[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 0 / 9 / LBCommonComponents / 0.1.7 / LBCommonComponents.podspec.json
blobba435774fcea8c24d71233a2d054e7af0fb3ccaf
2   "name": "LBCommonComponents",
3   "version": "0.1.7",
4   "summary": "CommonComponents of my project.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "A1129434577": "1129434577@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/A1129434577/LBCommonComponents.git",
16     "tag": "0.1.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Macros",
24       "source_files": "LBCommonComponents/Macros/**/*",
25       "prefix_header_contents": "#ifdef __OBJC__\n#import \"LBSystemMacro.h\"\n#import \"LBUIMacro.h\"\n#import \"LBFunctionMacro.h\"\n#endif"
26     },
27     {
28       "name": "Category",
29       "dependencies": {
30         "LBCommonComponents/Macros": [
32         ]
33       },
34       "subspecs": [
35         {
36           "name": "NSNull+InternalNullExtention",
37           "source_files": "LBCommonComponents/Category/NSNull+InternalNullExtention/**/*.{h,m}"
38         },
39         {
40           "name": "NSDate+ToString",
41           "source_files": "LBCommonComponents/Category/NSDate+ToString/**/*.{h,m}"
42         },
43         {
44           "name": "NSString+ToDate",
45           "source_files": "LBCommonComponents/Category/NSString+ToDate/**/*.{h,m}"
46         },
47         {
48           "name": "UIColor+ConvertToImage",
49           "source_files": "LBCommonComponents/Category/UIColor+ConvertToImage/**/*.{h,m}"
50         }
51       ]
52     },
53     {
54       "name": "NSObjects",
55       "dependencies": {
56         "LBCommonComponents/Macros": [
58         ]
59       },
60       "subspecs": [
61         {
62           "name": "LBCustemPresentTransitions",
63           "source_files": "LBCommonComponents/NSObjects/LBCustemPresentTransitions/**/*.{h,m}"
64         },
65         {
66           "name": "LBEncrypt",
67           "source_files": "LBCommonComponents/NSObjects/LBEncrypt/**/*"
68         },
69         {
70           "name": "LBUserModel",
71           "source_files": "LBCommonComponents/NSObjects/LBUserModel/**/*"
72         }
73       ]
74     },
75     {
76       "name": "UIViewControllers",
77       "dependencies": {
78         "LBCommonComponents/Macros": [
80         ],
81         "LBCommonComponents/NSObjects/LBCustemPresentTransitions": [
83         ]
84       },
85       "subspecs": [
86         {
87           "name": "LBItemsSelectViewController",
88           "source_files": "LBCommonComponents/UIViewControllers/LBItemsSelectViewController/**/*"
89         },
90         {
91           "name": "LBWebViewController",
92           "source_files": "LBCommonComponents/UIViewControllers/LBWebViewController/**/*.{h,m}",
93           "resources": "LBCommonComponents/UIViewControllers/LBWebViewController/**/*.png"
94         },
95         {
96           "name": "LBAlertController",
97           "source_files": "LBCommonComponents/UIViewControllers/LBAlertController/**/*"
98         }
99       ]
100     },
101     {
102       "name": "UIViews",
103       "dependencies": {
104         "LBCommonComponents/Macros": [
106         ]
107       },
108       "subspecs": [
109         {
110           "name": "UIViewInit",
111           "source_files": "LBCommonComponents/UIViews/UIViewInit/**/*"
112         },
113         {
114           "name": "LBCodeGetButton",
115           "source_files": "LBCommonComponents/UIViews/LBCodeGetButton/**/*"
116         },
117         {
118           "name": "LBFunctionalTextField",
119           "source_files": "LBCommonComponents/UIViews/LBFunctionalTextField/**/*"
120         },
121         {
122           "name": "LBTitleAndInputCell",
123           "dependencies": {
124             "LBCommonComponents/UIViews/LBFunctionalTextField": [
126             ]
127           },
128           "source_files": "LBCommonComponents/UIViews/LBTitleAndInputCell/**/*"
129         },
130         {
131           "name": "LBPlaceholderTextView",
132           "source_files": "LBCommonComponents/UIViews/LBPlaceholderTextView/**/*"
133         },
134         {
135           "name": "LBCodeView",
136           "source_files": "LBCommonComponents/UIViews/LBCodeView/**/*"
137         },
138         {
139           "name": "LBUnderlineButton",
140           "source_files": "LBCommonComponents/UIViews/LBUnderlineButton/**/*"
141         },
142         {
143           "name": "LBUnderlineSegmentedControl",
144           "source_files": "LBCommonComponents/UIViews/LBUnderlineSegmentedControl/**/*"
145         }
146       ]
147     }
148   ]