blob: 25ce80e5e2b7183fc38d56a1d5dfb68d1a4da708 [file] [log] [blame]
{
"name": "CJBaseUtil",
"version": "0.0.1",
"summary": "自定义的基础工具类",
"homepage": "https://github.com/dvlproad/CJBaseViewController",
"license": "MIT",
"authors": "dvlproad",
"description": "1、CJSortedAndSearchUtil:搜索和排序的工具类\n\n A longer description of CJPopupAction 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/CJBaseViewController.git",
"tag": "CJBaseUtil_0.0.1"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJSortedAndSearchUtil",
"source_files": "CJBaseUtil/CJSortedAndSearchUtil/**/*.{h,m}",
"dependencies": {
"PinYin4Objc": [
"~> 1.1.1"
]
}
}
]
}