[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 9 / LBCommonComponents / 0.1.4 / LBCommonComponents.podspec.json
blob12de65499cb3852c23f80ba7cada0bd6697d0051
2   "name": "LBCommonComponents",
3   "version": "0.1.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.1.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       "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/**/*"
64         },
65         {
66           "name": "LBEncrypt",
67           "source_files": "LBCommonComponents/NSObjects/LBEncrypt/**/*"
68         }
69       ]
70     },
71     {
72       "name": "UIViewControllers",
73       "dependencies": {
74         "LBCommonComponents/Macros": [
76         ],
77         "LBCommonComponents/NSObjects/LBCustemPresentTransitions": [
79         ]
80       },
81       "subspecs": [
82         {
83           "name": "LBItemsSelectViewController",
84           "source_files": "LBCommonComponents/UIViewControllers/LBItemsSelectViewController/**/*"
85         },
86         {
87           "name": "LBWebViewController",
88           "source_files": "LBCommonComponents/UIViewControllers/LBWebViewController/**/*.{h,m}",
89           "resources": "LBCommonComponents/UIViewControllers/LBWebViewController/**/*.png"
90         },
91         {
92           "name": "LBAlertController",
93           "source_files": "LBCommonComponents/UIViewControllers/LBAlertController/**/*"
94         }
95       ]
96     },
97     {
98       "name": "UIViews",
99       "dependencies": {
100         "LBCommonComponents/Macros": [
102         ]
103       },
104       "subspecs": [
105         {
106           "name": "UIViewInit",
107           "source_files": "LBCommonComponents/UIViews/UIViewInit/**/*"
108         },
109         {
110           "name": "LBCodeGetButton",
111           "source_files": "LBCommonComponents/UIViews/LBCodeGetButton/**/*"
112         },
113         {
114           "name": "LBFunctionalTextField",
115           "source_files": "LBCommonComponents/UIViews/LBFunctionalTextField/**/*"
116         },
117         {
118           "name": "LBTitleAndInputCell",
119           "dependencies": {
120             "LBCommonComponents/UIViews/LBFunctionalTextField": [
122             ]
123           },
124           "source_files": "LBCommonComponents/UIViews/LBTitleAndInputCell/**/*"
125         },
126         {
127           "name": "LBPlaceholderTextView",
128           "source_files": "LBCommonComponents/UIViews/LBPlaceholderTextView/**/*"
129         },
130         {
131           "name": "LBCodeView",
132           "source_files": "LBCommonComponents/UIViews/LBCodeView/**/*"
133         }
134       ]
135     }
136   ]