blob: 7b513d509520c868edc959a4622ae48f6529fac3 [file] [log] [blame]
{
"name": "SUIMVVMKit",
"version": "0.5.0",
"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.5.0"
},
"requires_arc": true,
"public_header_files": "SUIMVVMKit/**/*.h",
"source_files": "SUIMVVMKit/SUIMVVMKit.h",
"frameworks": [
"CoreFoundation",
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "SUIMVVMKit",
"requires_arc": true,
"libraries": "sqlite3",
"dependencies": {
"AFNetworking": [
],
"FMDB": [
],
"SUIUtils": [
]
},
"source_files": "SUIMVVMKit/SUIMVVMKit/**/*",
"public_header_files": "SUIMVVMKit/SUIMVVMKit/**/*.h"
}
]
}