[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 0 / 9 / LBCommonComponents / 1.0.4 / LBCommonComponents.podspec.json
blobb934b9b6bb0c300e711369230862e5284f378e69
2   "name": "LBCommonComponents",
3   "version": "1.0.4",
4   "summary": "CommonComponents of your project.",
5   "description": "项目中用到的让开发更快速的一些宏定义,以及常用View的快速初始化方法,和其他转换的工具类。",
6   "homepage": "https://github.com/A1129434577/LBCommonComponents",
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": "1.0.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": "UIView+Copy",
32           "source_files": "LBCommonComponents/Category/UIView+Copy/**/*.{h,m}"
33         },
34         {
35           "name": "NSObject+TypeSafe",
36           "source_files": "LBCommonComponents/Category/NSObject+TypeSafe/**/*.{h,m}"
37         },
38         {
39           "name": "UIButton+Action",
40           "source_files": "LBCommonComponents/Category/UIButton+Action/**/*.{h,m}"
41         },
42         {
43           "name": "NSNull+Safe",
44           "source_files": "LBCommonComponents/Category/NSNull+Safe/**/*.{h,m}"
45         },
46         {
47           "name": "UIImage+Color",
48           "source_files": "LBCommonComponents/Category/UIImage+Color/**/*.{h,m}"
49         },
50         {
51           "name": "NSDate+ToString",
52           "source_files": "LBCommonComponents/Category/NSDate+ToString/**/*.{h,m}"
53         },
54         {
55           "name": "NSString+ToDate",
56           "source_files": "LBCommonComponents/Category/NSString+ToDate/**/*.{h,m}"
57         },
58         {
59           "name": "UIView+Geometry",
60           "source_files": "LBCommonComponents/Category/UIView+Geometry/**/*.{h,m}"
61         },
62         {
63           "name": "NSObject+TopViewController",
64           "source_files": "LBCommonComponents/Category/NSObject+TopViewController/**/*.{h,m}"
65         }
66       ]
67     },
68     {
69       "name": "Base",
70       "subspecs": [
71         {
72           "name": "Views",
73           "source_files": "LBCommonComponents/Base/Views/**/*.{h,m}"
74         }
75       ]
76     }
77   ]