blob: 98cb2d2379cf3f4539799b98cfd7834d44097fb4 [file] [log] [blame]
{
"name": "SUIMVVMKit",
"version": "0.3.7",
"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.3.7"
},
"requires_arc": true,
"public_header_files": "SUIMVVMKit/**/*.h",
"source_files": "SUIMVVMKit/SUIMVVMKit.h",
"frameworks": [
"CoreFoundation",
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "Vender",
"requires_arc": true,
"source_files": "SUIMVVMKit/Vender/**/*",
"public_header_files": "SUIMVVMKit/Vender/**/*.h"
},
{
"name": "SUIMVVMKit",
"requires_arc": true,
"libraries": "sqlite3",
"dependencies": {
"AFNetworking": [
],
"MJRefresh": [
],
"SUIMVVMNetwork": [
],
"SUIMVVMKit/Vender": [
]
},
"source_files": "SUIMVVMKit/SUIMVVMKit/**/*",
"public_header_files": "SUIMVVMKit/SUIMVVMKit/**/*.h"
}
]
}