blob: af82dcfc0e96a83d5073bbe4ebda4203f24d3a1b [file] [log] [blame]
{
"name": "SUIMVVMKit",
"version": "0.3.6",
"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.6"
},
"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"
}
]
}