[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 0 / 9 / LBCommonComponents / 1.1.4 / LBCommonComponents.podspec.json
blob29da832fc32d1ec6caabf4648ac1b2ef53650d4a
2   "name": "LBCommonComponents",
3   "version": "1.1.4",
4   "summary": "强大的项目基本工具类。",
5   "description": "项目中用到的让开发更快速的一些UI宏定义(如界面的安全区域)、函数宏(比如weak)、系统宏(比如系统版本),以及MethodSwizzling、类型安全、NSArray超界插入nil防crash、字典插入nil防crash、取最上层ViewController、UIButton的blockHandle、图片修改颜色(减小项目容量)、UIView的深拷贝、时间换算工具、UIView布局属性获取,以及UINavigationBar外观一键设置(比如透明,去掉下划线、修改字体颜色等)等。",
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.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       "subspecs": [
30         {
31           "name": "UIView+Copy",
32           "source_files": "LBCommonComponents/Category/UIView+Copy/**/*.{h,m}"
33         },
34         {
35           "name": "UIButton+Action",
36           "source_files": "LBCommonComponents/Category/UIButton+Action/**/*.{h,m}"
37         },
38         {
39           "name": "UIControl+EventInterval",
40           "source_files": "LBCommonComponents/Category/UIControl+EventInterval/**/*.{h,m}"
41         },
42         {
43           "name": "UIImage+Color",
44           "source_files": "LBCommonComponents/Category/UIImage+Color/**/*.{h,m}"
45         },
46         {
47           "name": "UIImage+DownSampling",
48           "source_files": "LBCommonComponents/Category/UIImage+DownSampling/**/*.{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           "name": "NSObject+MethodSwizzling",
68           "source_files": "LBCommonComponents/Category/NSObject+MethodSwizzling/**/*.{h,m}"
69         },
70         {
71           "name": "NSObject+TypeSafe",
72           "source_files": "LBCommonComponents/Category/NSObject+Safe/NSObject+LBTypeSafe.{h,m}"
73         },
74         {
75           "name": "NSNull+Safe",
76           "source_files": "LBCommonComponents/Category/NSObject+Safe/NSNull+LBSafe.{h,m}"
77         },
78         {
79           "name": "NSArray+Safe",
80           "dependencies": {
81             "LBCommonComponents/Category/NSObject+MethodSwizzling": [
83             ]
84           },
85           "source_files": "LBCommonComponents/Category/NSObject+Safe/NSArray+LBSafe.{h,m}"
86         },
87         {
88           "name": "NSDictionary+Safe",
89           "dependencies": {
90             "LBCommonComponents/Category/NSObject+MethodSwizzling": [
92             ]
93           },
94           "source_files": "LBCommonComponents/Category/NSObject+Safe/NSDictionary+LBSafe.{h,m}"
95         },
96         {
97           "name": "LBNavigationBarAppearance",
98           "dependencies": {
99             "LBCommonComponents/Category/NSObject+MethodSwizzling": [
101             ]
102           },
103           "source_files": "LBCommonComponents/Category/LBNavigationBarAppearance/**/*.{h,m}"
104         }
105       ]
106     },
107     {
108       "name": "Base",
109       "subspecs": [
110         {
111           "name": "Views",
112           "source_files": "LBCommonComponents/Base/Views/**/*.{h,m}"
113         },
114         {
115           "name": "ViewControllers",
116           "source_files": "LBCommonComponents/Base/ViewControllers/**/*.{h,m}"
117         }
118       ]
119     }
120   ]