[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 0 / 9 / LBCommonComponents / 0.1.8 / LBCommonComponents.podspec.json
blobfa9eb318a93f8954185fc61dd87e13d4c562e499
2   "name": "LBCommonComponents",
3   "version": "0.1.8",
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.8"
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       },
82       "subspecs": [
83         {
84           "name": "LBItemsSelectViewController",
85           "source_files": "LBCommonComponents/UIViewControllers/LBItemsSelectViewController/**/*"
86         },
87         {
88           "name": "LBWebViewController",
89           "source_files": "LBCommonComponents/UIViewControllers/LBWebViewController/**/*.{h,m}",
90           "resources": "LBCommonComponents/UIViewControllers/LBWebViewController/**/*.png"
91         },
92         {
93           "name": "LBAlertController",
94           "dependencies": {
95             "LBCommonComponents/NSObjects/LBCustemPresentTransitions": [
97             ]
98           },
99           "source_files": "LBCommonComponents/UIViewControllers/LBAlertController/**/*"
100         },
101         {
102           "name": "LBYearMonthPickerVC",
103           "dependencies": {
104             "LBCommonComponents/NSObjects/LBCustemPresentTransitions": [
106             ]
107           },
108           "source_files": "LBCommonComponents/UIViewControllers/LBYearMonthPickerVC/**/*"
109         }
110       ]
111     },
112     {
113       "name": "UIViews",
114       "dependencies": {
115         "LBCommonComponents/Macros": [
117         ]
118       },
119       "subspecs": [
120         {
121           "name": "UIViewInit",
122           "source_files": "LBCommonComponents/UIViews/UIViewInit/**/*"
123         },
124         {
125           "name": "LBCodeGetButton",
126           "source_files": "LBCommonComponents/UIViews/LBCodeGetButton/**/*"
127         },
128         {
129           "name": "LBFunctionalTextField",
130           "source_files": "LBCommonComponents/UIViews/LBFunctionalTextField/**/*"
131         },
132         {
133           "name": "LBTitleAndInputCell",
134           "dependencies": {
135             "LBCommonComponents/UIViews/LBFunctionalTextField": [
137             ]
138           },
139           "source_files": "LBCommonComponents/UIViews/LBTitleAndInputCell/**/*"
140         },
141         {
142           "name": "LBPlaceholderTextView",
143           "source_files": "LBCommonComponents/UIViews/LBPlaceholderTextView/**/*"
144         },
145         {
146           "name": "LBCodeView",
147           "source_files": "LBCommonComponents/UIViews/LBCodeView/**/*"
148         },
149         {
150           "name": "LBUnderlineButton",
151           "source_files": "LBCommonComponents/UIViews/LBUnderlineButton/**/*"
152         },
153         {
154           "name": "LBUnderlineSegmentedControl",
155           "source_files": "LBCommonComponents/UIViews/LBUnderlineSegmentedControl/**/*"
156         }
157       ]
158     }
159   ]