blob: 0930fd58174105e6fb7672d1d045bd3920ff38e0 [file] [log] [blame]
{
"name": "CJBaseUIKit",
"version": "0.0.7",
"summary": "自定义的基础UI",
"homepage": "https://github.com/dvlproad/CJUIKit",
"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!",
"license": "MIT",
"authors": {
"lichq": ""
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dvlproad/CJUIKit.git",
"tag": "CJSlider_0.0.7"
},
"source_files": "CJUIKit/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "UIColor+CJCategory",
"source_files": "CJUIKit/UIColor+CJCategory/**/*.{h,m}"
},
{
"name": "UIImage+CJCategory",
"source_files": "CJUIKit/UIImage+CJCategory/**/*.{h,m}"
},
{
"name": "CJImageView",
"source_files": "CJUIKit/CJImageView/**/*.{h,m}"
},
{
"name": "CJTextField",
"source_files": "CJUIKit/CJTextField/**/*.{h,m}"
},
{
"name": "CJTextView",
"source_files": "CJUIKit/CJTextView/**/*.{h,m}"
},
{
"name": "CJScrollView",
"source_files": "CJUIKit/CJScrollView/**/*.{h,m}"
},
{
"name": "CJSlider",
"source_files": [
"CJUIKit/CJSlider/*.{h,m}",
"CJUIKit/CJSlider/Model/**/*.{h,m}"
],
"subspecs": [
{
"name": "CJPlayerSlider",
"source_files": "CJUIKit/CJSlider/CJPlayerSlider/**/*.{h,m}"
},
{
"name": "CJSliderControl",
"source_files": "CJUIKit/CJSlider/CJSliderControl/**/*.{h,m}",
"dependencies": {
"CJBaseUIKit/UIImage+CJCategory": [
"~> 0.0.7"
]
}
}
]
},
{
"name": "CJRefreshView",
"source_files": "CJUIKit/CJRefreshView/**/*.{h,m}"
},
{
"name": "CJMJRefreshComponent",
"source_files": "CJUIKit/CJMJRefreshComponent/**/*.{h,m}",
"resources": "CJUIKit/CJMJRefreshComponent/**/*.{png,xib}",
"dependencies": {
"MJRefresh": [
"~> 3.1.12"
]
}
}
]
}