blob: df28a47b5f0901e4d61af843d7d88f328f3531d6 [file] [log] [blame]
{
"name": "SwiftMVVMKit",
"version": "0.0.6",
"summary": "SwiftMVVMKit is a MVVM frameWork easy to develop iOS",
"homepage": "https://github.com/lovemo/MVVMFramework-Swift",
"platforms": {
"ios": "8.0"
},
"license": "MIT",
"authors": {
"lovemo": "lovemomoyulin@qq.com"
},
"source": {
"git": "https://github.com/lovemo/MVVMFramework-Swift.git",
"tag": "0.0.6"
},
"source_files": "SwiftMVVMKit/**/*",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"MJRefresh": [
],
"UITableView+FDTemplateLayoutCell": [
]
}
}