blob: 6998024e6cdee03eb6733d9f999da4c2b0cb4478 [file] [log] [blame]
{
"name": "CJBaseUtil",
"version": "0.0.3",
"summary": "自定义的基础工具类",
"homepage": "https://github.com/dvlproad/CJFoundation",
"license": "MIT",
"authors": "dvlproad",
"description": "1、CJSortedAndSearchUtil:搜索和排序的工具类\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.0.3"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJSortedAndSearchUtil",
"source_files": "CJBaseUtil/CJSortedAndSearchUtil/**/*.{h,m}",
"dependencies": {
"PinYin4Objc": [
"~> 1.1.1"
]
}
},
{
"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": "PrivateSetting",
"source_files": "CJBaseUtil/PrivateSetting/**/*.{h,m}"
}
]
}