blob: 8c57e24141637e789cce4110715bb798313e2404 [file] [log] [blame]
{
"name": "SUIMVVMKit",
"version": "0.2.4",
"summary": "SUIMVVMKit is a MVVM frameWork easy to develop iOS",
"homepage": "https://github.com/lovemo/MVVMFramework",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"authors": {
"lovemo": "lovemomoyulin@qq.com"
},
"source": {
"git": "https://github.com/lovemo/MVVMFramework.git",
"tag": "0.2.4"
},
"requires_arc": true,
"public_header_files": "SUIMVVMKit/**/*.h",
"source_files": "SUIMVVMKit/SUIMVVMKit.h",
"frameworks": [
"CoreFoundation",
"Foundation",
"CoreGraphics",
"UIKit"
],
"subspecs": [
{
"name": "Vender",
"requires_arc": true,
"source_files": "SUIMVVMKit/Vender/**/*",
"public_header_files": "SUIMVVMKit/Vender/**/*.h"
},
{
"name": "SUIMVVMKit",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
],
"SVProgressHUD": [
],
"FDFullscreenPopGesture": [
],
"MJExtension": [
],
"SDWebImage": [
],
"LxDBAnything": [
],
"Masonry": [
],
"SUIMVVMStore": [
],
"SUIMVVMNetwork": [
],
"SUIMVVMKit/Vender": [
]
},
"source_files": "SUIMVVMKit/SUIMVVMKit/**/*",
"public_header_files": "SUIMVVMKit/SUIMVVMKit/**/*.h"
}
]
}