blob: 7725d07a9adff26f4ea1ac3dd1c90833a089dc86 [file] [log] [blame]
{
"name": "CJBaseViewController",
"version": "1.0.1",
"summary": "带刷新功能的控制器的父类(包含 CJRefreshTableViewController 和 CJRefreshWebViewController )",
"homepage": "https://github.com/dvlproad/CJBaseViewController",
"license": "MIT",
"authors": "dvlproad",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dvlproad/CJBaseViewController.git",
"tag": "1.0.1"
},
"source_files": "CJBaseViewController/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
"~> 3.1.12"
],
"MBProgressHUD": [
"~> 1.0.0"
]
}
}