blob: 620120253698b228b4115b4af0409c769e681c40 [file] [log] [blame]
{
"name": "CJBaseHelper",
"version": "0.0.3",
"summary": "自定义的基础帮助类",
"homepage": "https://github.com/dvlproad/CJUIKit",
"license": "MIT",
"authors": "dvlproad",
"description": "*、CJValidateEmptyHelper:对象判空等帮助类\n *、UIViewControllerHelper:视图控制器帮助类\n *、NSOperationQueueHelper:任务队列帮助类\n \n\n A longer description of CJBaseHelper 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!",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dvlproad/CJUIKit.git",
"tag": "CJBaseHelper_0.0.3"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJValidateEmptyHelper",
"source_files": "CJBaseHelper/CJValidateEmptyHelper/**/*.{h,m}"
},
{
"name": "UIViewControllerHelper",
"source_files": "CJBaseHelper/UIViewControllerHelper/**/*.{h,m}"
},
{
"name": "NSOperationQueueHelper",
"source_files": "CJBaseHelper/NSOperationQueueHelper/**/*.{h,m}"
}
]
}