blob: 576cd872d0b9964adcab77a74cebb6898105a35f [file] [log] [blame]
{
"name": "SwiftMVVMKit",
"version": "0.0.4",
"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.4"
},
"source_files": "SwiftMVVMKit/**/*",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"MJRefresh": [
],
"UITableView+FDTemplateLayoutCell": [
]
}
}