[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / 1 / e / d / CJBaseUIKit / 0.0.19 / CJBaseUIKit.podspec.json
blob0c07985dadc51e1044b76ede9363fc441e7dabed
2   "name": "CJBaseUIKit",
3   "version": "0.0.19",
4   "summary": "自定义的基础UI",
5   "homepage": "https://github.com/dvlproad/CJUIKit",
6   "description": "*、CJImageView(包含CJBadgeImageView),用于设置imageView的title和badge;\n*、UITextField:包含文本框类别及新的自定义文本框\n*、CJTextView:类似微信文本输入框实现\n*、已在CJMJRefreshComponent中包含pod 'MJRefresh', '~> 3.1.12'\n*、UIColor+CJHex:用来通过十六进制来设置颜色。 支持@“#123456”、 @“0X123456”、 @“123456”三种格式\n*、UIImage+CJCategory:\n*、CJSlider\n\n A longer description of CJPopupAction in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!",
7   "license": "MIT",
8   "authors": {
9     "lichq": ""
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/dvlproad/CJUIKit.git",
16     "tag": "CJBaseUIKit_0.0.19"
17   },
18   "source_files": "CJUIKit/*.{h,m}",
19   "frameworks": "UIKit",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "UIColor+CJCategory",
24       "source_files": "CJUIKit/UIColor+CJCategory/**/*.{h,m}"
25     },
26     {
27       "name": "UIImage+CJCategory",
28       "source_files": "CJUIKit/UIImage+CJCategory/**/*.{h,m}"
29     },
30     {
31       "name": "UIViewController",
32       "source_files": "CJUIKit/UIViewController/**/*.{h,m}",
33       "resources": "CJUIKit/UIViewController/**/*.{png,xib}"
34     },
35     {
36       "name": "UINavigationBar+CJCategory",
37       "source_files": "CJUIKit/UINavigationBar+CJCategory/**/*.{h,m}"
38     },
39     {
40       "name": "UIView+CJCategory",
41       "source_files": "CJUIKit/UIView+CJCategory/**/*.{h,m}"
42     },
43     {
44       "name": "UIWindow",
45       "source_files": "CJUIKit/UIWindow/**/*.{h,m}"
46     },
47     {
48       "name": "UIButton+CJCategory",
49       "source_files": "CJUIKit/UIButton+CJCategory/**/*.{h,m}"
50     },
51     {
52       "name": "CJImageView",
53       "source_files": "CJUIKit/CJImageView/**/*.{h,m}"
54     },
55     {
56       "name": "UITextField",
57       "source_files": "CJUIKit/UITextField/**/*.{h,m}"
58     },
59     {
60       "name": "CJTextView",
61       "source_files": "CJUIKit/CJTextView/**/*.{h,m}"
62     },
63     {
64       "name": "UIToolbar",
65       "source_files": "CJUIKit/UIToolbar/**/*.{h,m}"
66     },
67     {
68       "name": "CJScrollView",
69       "source_files": "CJUIKit/CJScrollView/**/*.{h,m}"
70     },
71     {
72       "name": "CJSlider",
73       "source_files": "CJUIKit/CJSlider/**/*.{h,m}"
74     },
75     {
76       "name": "CJRefreshView",
77       "source_files": "CJUIKit/CJRefreshView/**/*.{h,m}"
78     },
79     {
80       "name": "CJMJRefreshComponent",
81       "source_files": "CJUIKit/CJMJRefreshComponent/**/*.{h,m}",
82       "resources": "CJUIKit/CJMJRefreshComponent/**/*.{png,xib}",
83       "dependencies": {
84         "MJRefresh": [
86         ]
87       }
88     },
89     {
90       "name": "CJToast",
91       "source_files": "CJUIKit/CJToast/**/*.{h,m}",
92       "resources": "CJUIKit/CJToast/**/*.{png,xib}",
93       "dependencies": {
94         "MBProgressHUD": [
96         ]
97       }
98     },
99     {
100       "name": "CJManager",
101       "source_files": "CJUIKit/CJManager/**/*.{h,m}"
102     }
103   ]