[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 9 / LBCommonComponents / 0.1.9 / LBCommonComponents.podspec.json
blobcdd5ca9a6250fa1863e7ee076f9786cc9c25270a
2   "name": "LBCommonComponents",
3   "version": "0.1.9",
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.9"
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": "LBCodeGetButton",
106           "source_files": "LBCommonComponents/UIViews/LBCodeGetButton/**/*"
107         },
108         {
109           "name": "LBFunctionalTextField",
110           "source_files": "LBCommonComponents/UIViews/LBFunctionalTextField/**/*"
111         },
112         {
113           "name": "LBTitleAndInputCell",
114           "dependencies": {
115             "LBCommonComponents/UIViews/LBFunctionalTextField": [
117             ]
118           },
119           "source_files": "LBCommonComponents/UIViews/LBTitleAndInputCell/**/*"
120         },
121         {
122           "name": "LBPlaceholderTextView",
123           "source_files": "LBCommonComponents/UIViews/LBPlaceholderTextView/**/*"
124         },
125         {
126           "name": "LBCodeView",
127           "source_files": "LBCommonComponents/UIViews/LBCodeView/**/*"
128         },
129         {
130           "name": "LBUnderlineButton",
131           "source_files": "LBCommonComponents/UIViews/LBUnderlineButton/**/*"
132         },
133         {
134           "name": "LBUnderlineSegmentedControl",
135           "source_files": "LBCommonComponents/UIViews/LBUnderlineSegmentedControl/**/*"
136         }
137       ]
138     }
139   ]