blob: 9476f377b4c850c9ff0602452c2e014dda356995 [file] [log] [blame]
{
"name": "SwiftMVVMKit",
"version": "0.0.1",
"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.1"
},
"requires_arc": true,
"source_files": "SwiftMVVMKit/**/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"subspecs": [
{
"name": "SwiftMVVMKit",
"requires_arc": true,
"dependencies": {
"SwiftExtensionKit": [
],
"UITableView+FDTemplateLayoutCell": [
],
"MJRefresh": [
],
"FDFullscreenPopGesture": [
],
"MJExtension": [
],
"SnapKit": [
],
"SUIMVVMStore": [
],
"SUIMVVMNetwork": [
]
}
}
]
}