[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 0 / 9 / LBCommonComponents / 0.2.4 / LBCommonComponents.podspec.json
blob80776b1b2106211a49cfe61b41567019a6f4585b
2   "name": "LBCommonComponents",
3   "version": "0.2.4",
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.2.4"
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       "subspecs": [
30         {
31           "name": "NSNull+InternalNullExtention",
32           "source_files": "LBCommonComponents/Category/NSNull+InternalNullExtention/**/*.{h,m}"
33         },
34         {
35           "name": "NSDate+ToString",
36           "source_files": "LBCommonComponents/Category/NSDate+ToString/**/*.{h,m}"
37         },
38         {
39           "name": "NSString+ToDate",
40           "source_files": "LBCommonComponents/Category/NSString+ToDate/**/*.{h,m}"
41         },
42         {
43           "name": "UIColor+ConvertToImage",
44           "source_files": "LBCommonComponents/Category/UIColor+ConvertToImage/**/*.{h,m}"
45         }
46       ]
47     },
48     {
49       "name": "NSObjects",
50       "subspecs": [
51         {
52           "name": "LBCustemPresentTransitions",
53           "source_files": "LBCommonComponents/NSObjects/LBCustemPresentTransitions/**/*.{h,m}"
54         },
55         {
56           "name": "LBEncrypt",
57           "source_files": "LBCommonComponents/NSObjects/LBEncrypt/**/*"
58         },
59         {
60           "name": "LBUserModel",
61           "source_files": "LBCommonComponents/NSObjects/LBUserModel/**/*"
62         }
63       ]
64     },
65     {
66       "name": "UIViewControllers",
67       "subspecs": [
68         {
69           "name": "LBItemsSelectViewController",
70           "source_files": "LBCommonComponents/UIViewControllers/LBItemsSelectViewController/**/*"
71         },
72         {
73           "name": "LBWebViewController",
74           "source_files": "LBCommonComponents/UIViewControllers/LBWebViewController/**/*.{h,m}",
75           "resources": "LBCommonComponents/UIViewControllers/LBWebViewController/**/*.png"
76         },
77         {
78           "name": "LBAlertController",
79           "dependencies": {
80             "LBCommonComponents/NSObjects/LBCustemPresentTransitions": [
82             ]
83           },
84           "source_files": "LBCommonComponents/UIViewControllers/LBAlertController/**/*"
85         },
86         {
87           "name": "LBYearMonthPickerVC",
88           "dependencies": {
89             "LBCommonComponents/NSObjects/LBCustemPresentTransitions": [
91             ]
92           },
93           "source_files": "LBCommonComponents/UIViewControllers/LBYearMonthPickerVC/**/*"
94         }
95       ]
96     },
97     {
98       "name": "UIViews",
99       "subspecs": [
100         {
101           "name": "UIViewInit",
102           "source_files": "LBCommonComponents/UIViews/UIViewInit/**/*"
103         },
104         {
105           "name": "LBRichTextView",
106           "source_files": "LBCommonComponents/UIViews/LBRichTextView/**/*"
107         },
108         {
109           "name": "LBCodeGetButton",
110           "source_files": "LBCommonComponents/UIViews/LBCodeGetButton/**/*"
111         },
112         {
113           "name": "LBFunctionalTextField",
114           "source_files": "LBCommonComponents/UIViews/LBFunctionalTextField/**/*"
115         },
116         {
117           "name": "LBTitleAndInputCell",
118           "dependencies": {
119             "LBCommonComponents/UIViews/LBFunctionalTextField": [
121             ]
122           },
123           "source_files": "LBCommonComponents/UIViews/LBTitleAndInputCell/**/*"
124         },
125         {
126           "name": "LBPlaceholderTextView",
127           "source_files": "LBCommonComponents/UIViews/LBPlaceholderTextView/**/*"
128         },
129         {
130           "name": "LBCodeView",
131           "source_files": "LBCommonComponents/UIViews/LBCodeView/**/*"
132         },
133         {
134           "name": "LBUnderlineButton",
135           "source_files": "LBCommonComponents/UIViews/LBUnderlineButton/**/*"
136         },
137         {
138           "name": "LBUnderlineSegmentedControl",
139           "source_files": "LBCommonComponents/UIViews/LBUnderlineSegmentedControl/**/*"
140         }
141       ]
142     }
143   ]