blob: 0886ff49f405de4d0f7b9a5ec19fe4ddc136342d [file] [log] [blame]
{
"name": "MRCBaseLibrary",
"version": "1.0.1",
"summary": "iOS基础组件.",
"description": "用于组建一个完整的项目所进行的封装,包括组件化探索,基类控制器封装,MVVM+ReactiveSwift框架实践, 网络层封装,通知以及UserDefault命名参数化实践",
"homepage": "https://github.com/cao903775389/MRCBaseLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cao903775389": "903775389@qq.com"
},
"source": {
"git": "https://github.com/cao903775389/MRCBaseLibrary.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"MRCBaseLibrary/Classes/MRCBaseViewController/*",
"MRCBaseLibrary/Classes/MRCBaseViewModel/*",
"MRCBaseLibrary/Classes/MRCExtension/*",
"MRCBaseLibrary/Classes/MRCWrapper/*",
"MRCBaseLibrary/Classes/MRCBaseMediator/*"
],
"resource_bundles": {
"MRCBaseLibrary": [
"MRCBaseLibrary/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"WebKit"
],
"dependencies": {
"RTRootNavigationController": [
" ~> 0.5.26"
],
"NJKWebViewProgress": [
"~> 0.2.3"
],
"WebViewJavascriptBridge": [
"5.0.7"
],
"SVProgressHUD": [
"~> 2.1.2"
],
"ReactiveCocoa": [
"~> 5.0.3"
],
"Nimbus/Models": [
"~> 1.3.0"
],
"MJRefresh": [
"~> 3.1.12"
],
"DZNEmptyDataSet": [
"~> 1.8.1"
],
"UITableView+FDTemplateLayoutCell": [
"~> 1.6"
]
},
"pushed_with_swift_version": "3.1"
}