blob: f1810de2b62ce7b09f585082658875afa7f00391 [file] [log] [blame]
{
"name": "CJBaseUtil",
"version": "0.2.2",
"summary": "自定义的基础工具类",
"homepage": "https://github.com/dvlproad/CJUIKit",
"license": "MIT",
"authors": "dvlproad",
"description": "1、CJDataUtil:包含搜索、排序等数据处理工具类\n2、CJDateUtil:日期工具\n3、CJKeyboardUtil:键盘工具\n4、CJLog:日志工具\n5、CJWebUtil:Web工具\n6、CJDevice:设备信息工具\n7、CJApp:App信息工具\n\n A longer description of CJBaseUtil 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": "CJBaseUtil_0.2.2"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJApp",
"source_files": "CJBaseUtil/CJApp/**/*.{h,m}"
},
{
"name": "CJDevice",
"source_files": "CJBaseUtil/CJDevice/**/*.{h,m}"
},
{
"name": "CJLog",
"source_files": "CJBaseUtil/CJLog/**/*.{h,m}"
},
{
"name": "CJDataUtil",
"source_files": "CJBaseUtil/CJDataUtil/**/*.{h,m}"
},
{
"name": "NSOperationQueueUtil",
"source_files": "CJBaseUtil/NSOperationQueueUtil/**/*.{h,m}"
},
{
"name": "CJDateUtil",
"source_files": "CJBaseUtil/CJDateUtil/**/*.{h,m}"
},
{
"name": "CJKeyboardUtil",
"source_files": "CJBaseUtil/CJKeyboardUtil/**/*.{h,m}"
},
{
"name": "UIUtil",
"source_files": "CJBaseUtil/UIUtil/**/*.{h,m}"
},
{
"name": "CJWebUtil",
"source_files": "CJBaseUtil/CJWebUtil/**/*.{h,m}",
"frameworks": "WebKit"
}
]
}