[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 1 / e / d / CJBaseUIKit / 0.0.7 / CJBaseUIKit.podspec.json
blob0930fd58174105e6fb7672d1d045bd3920ff38e0
2   "name": "CJBaseUIKit",
3   "version": "0.0.7",
4   "summary": "自定义的基础UI",
5   "homepage": "https://github.com/dvlproad/CJUIKit",
6   "description": "1、CJImageView(包含CJBadgeImageView),用于设置imageView的title和badge;\n2、CJTextView:类似微信文本输入框实现\n3、已在CJMJRefreshComponent中包含pod 'MJRefresh', '~> 3.1.12'\n*、UIColor+CJHex:用来通过十六进制来设置颜色。 支持@“#123456”、 @“0X123456”、 @“123456”三种格式\n4、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": "CJSlider_0.0.7"
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": "CJImageView",
32       "source_files": "CJUIKit/CJImageView/**/*.{h,m}"
33     },
34     {
35       "name": "CJTextField",
36       "source_files": "CJUIKit/CJTextField/**/*.{h,m}"
37     },
38     {
39       "name": "CJTextView",
40       "source_files": "CJUIKit/CJTextView/**/*.{h,m}"
41     },
42     {
43       "name": "CJScrollView",
44       "source_files": "CJUIKit/CJScrollView/**/*.{h,m}"
45     },
46     {
47       "name": "CJSlider",
48       "source_files": [
49         "CJUIKit/CJSlider/*.{h,m}",
50         "CJUIKit/CJSlider/Model/**/*.{h,m}"
51       ],
52       "subspecs": [
53         {
54           "name": "CJPlayerSlider",
55           "source_files": "CJUIKit/CJSlider/CJPlayerSlider/**/*.{h,m}"
56         },
57         {
58           "name": "CJSliderControl",
59           "source_files": "CJUIKit/CJSlider/CJSliderControl/**/*.{h,m}",
60           "dependencies": {
61             "CJBaseUIKit/UIImage+CJCategory": [
62               "~> 0.0.7"
63             ]
64           }
65         }
66       ]
67     },
68     {
69       "name": "CJRefreshView",
70       "source_files": "CJUIKit/CJRefreshView/**/*.{h,m}"
71     },
72     {
73       "name": "CJMJRefreshComponent",
74       "source_files": "CJUIKit/CJMJRefreshComponent/**/*.{h,m}",
75       "resources": "CJUIKit/CJMJRefreshComponent/**/*.{png,xib}",
76       "dependencies": {
77         "MJRefresh": [
78           "~> 3.1.12"
79         ]
80       }
81     }
82   ]