blob: 8a92190091f4ea39f526271944bc1971a7ba8f8d [file] [log] [blame]
{
"name": "CJBaseUtil",
"version": "0.1.1",
"summary": "自定义的基础工具类",
"homepage": "https://github.com/dvlproad/CJFoundation",
"license": "MIT",
"authors": "dvlproad",
"description": "1、CJDataUtil:包含搜索、排序等数据处理工具类\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/CJFoundation.git",
"tag": "CJBaseUtil_0.1.1"
},
"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": "UIUtil",
"source_files": "CJBaseUtil/UIUtil/**/*.{h,m}"
}
]
}