blob: 92d88b519eb4f2299e3ae69951021f3d4c76e073 [file] [log] [blame]
{
"name": "CJBaseViewController",
"version": "1.1.0",
"summary": "自定义的几种视图控制器的基类",
"homepage": "https://github.com/dvlproad/CJBaseViewController",
"license": "MIT",
"authors": "dvlproad",
"description": "1、CJBaseSearchViewController:搜索控制器A BaseViewController can use to Search.\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": "8.0"
},
"source": {
"git": "https://github.com/dvlproad/CJBaseViewController.git",
"tag": "CJBaseSearchViewController_1.1.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJBaseSearchViewController",
"source_files": "CJBaseViewController/CJBaseSearchViewController/**/*.{h,m}",
"dependencies": {
"NSOperationQueueUtil": [
"~> 0.0.1"
],
"CJBaseUtil/CJDataUtil": [
"~> 0.1.1"
]
}
}
]
}