[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 0 / 9 / LBCommonComponents / 1.0.3 / LBCommonComponents.podspec.json
blobd40179cd33f6151599bf17ed337828006d917be7
2   "name": "LBCommonComponents",
3   "version": "1.0.3",
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.3"
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     },
64     {
65       "name": "Base",
66       "subspecs": [
67         {
68           "name": "Views",
69           "source_files": "LBCommonComponents/Base/Views/**/*.{h,m}"
70         }
71       ]
72     }
73   ]