blob: c55b55e217cc0b9c6d4c69bb26b620edd8f216ec [file] [log] [blame]
{
"name": "CJBaseUIKit",
"version": "0.0.4",
"summary": "自定义的基础UI",
"homepage": "https://github.com/dvlproad/CJUIKit",
"description": "1、CJImageView(包含CJBadgeImageView),用于设置imageView的title和badge;\n2、已在CJRefreshComponent中包含pod 'MJRefresh', '~> 3.1.12'\n\nA 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": "CJTextView_0.0.4"
},
"source_files": "CJUIKit/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJImageView",
"source_files": "CJUIKit/CJImageView/**/*.{h,m}"
},
{
"name": "CJTextView",
"source_files": "CJUIKit/CJTextView/**/*.{h,m}"
},
{
"name": "CJRefreshComponent",
"source_files": "CJUIKit/CJRefreshComponent/**/*.{h,m}",
"resources": "CJUIKit/CJRefreshComponent/**/*.{png,xib}",
"dependencies": {
"MJRefresh": [
"~> 3.1.12"
]
}
}
]
}