[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 0 / 9 / LBCommonComponents / 1.1.1 / LBCommonComponents.podspec.json
blob92dc2c2fadea4b9f9fae93f298b76f37b9e45e38
2   "name": "LBCommonComponents",
3   "version": "1.1.1",
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.1"
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": "NSDate+ToString",
48           "source_files": "LBCommonComponents/Category/NSDate+ToString/**/*.{h,m}"
49         },
50         {
51           "name": "NSString+ToDate",
52           "source_files": "LBCommonComponents/Category/NSString+ToDate/**/*.{h,m}"
53         },
54         {
55           "name": "UIView+Geometry",
56           "source_files": "LBCommonComponents/Category/UIView+Geometry/**/*.{h,m}"
57         },
58         {
59           "name": "NSObject+TopViewController",
60           "source_files": "LBCommonComponents/Category/NSObject+TopViewController/**/*.{h,m}"
61         },
62         {
63           "name": "NSObject+MethodSwizzling",
64           "source_files": "LBCommonComponents/Category/NSObject+MethodSwizzling/**/*.{h,m}"
65         },
66         {
67           "name": "NSObject+TypeSafe",
68           "source_files": "LBCommonComponents/Category/NSObject+Safe/NSObject+LBTypeSafe.{h,m}"
69         },
70         {
71           "name": "NSNull+Safe",
72           "source_files": "LBCommonComponents/Category/NSObject+Safe/NSNull+LBSafe.{h,m}"
73         },
74         {
75           "name": "NSArray+Safe",
76           "dependencies": {
77             "LBCommonComponents/Category/NSObject+MethodSwizzling": [
79             ]
80           },
81           "source_files": "LBCommonComponents/Category/NSObject+Safe/NSArray+LBSafe.{h,m}"
82         },
83         {
84           "name": "NSDictionary+Safe",
85           "dependencies": {
86             "LBCommonComponents/Category/NSObject+MethodSwizzling": [
88             ]
89           },
90           "source_files": "LBCommonComponents/Category/NSObject+Safe/NSDictionary+LBSafe.{h,m}"
91         }
92       ]
93     },
94     {
95       "name": "Base",
96       "subspecs": [
97         {
98           "name": "Views",
99           "source_files": "LBCommonComponents/Base/Views/**/*.{h,m}"
100         },
101         {
102           "name": "ViewControllers",
103           "dependencies": {
104             "LBCommonComponents/Category/NSObject+MethodSwizzling": [
106             ]
107           },
108           "source_files": "LBCommonComponents/Base/ViewControllers/**/*.{h,m}"
109         }
110       ]
111     }
112   ]