blob: 9d3fdf464f3dec7aa8d8bee7e38f20bf92ea00e3 [file] [log] [blame]
{
"name": "CJBaseHelper",
"version": "0.0.1",
"summary": "自定义的基础帮助类",
"homepage": "https://github.com/dvlproad/CJUIKit",
"license": "MIT",
"authors": "dvlproad",
"description": "1、UIViewControllerHelper:视图控制器帮助类\n2、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.1"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "NSStringHelper",
"source_files": "CJBaseHelper/NSStringHelper/**/*.{h,m}"
},
{
"name": "UIViewControllerHelper",
"source_files": "CJBaseHelper/UIViewControllerHelper/**/*.{h,m}"
},
{
"name": "NSOperationQueueHelper",
"source_files": "CJBaseHelper/NSOperationQueueHelper/**/*.{h,m}"
}
]
}