blob: 4314c712c3729387b3b39163b699b30f7b2db27c [file] [log] [blame]
{
"name": "MVVMFramework",
"version": "0.0.7",
"summary": "MVVMFramework 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.0.7"
},
"requires_arc": true,
"public_header_files": "SUIMVVM/**/*.h",
"frameworks": [
"CoreFoundation",
"Foundation",
"CoreGraphics",
"UIKit"
],
"libraries": "sqlite3",
"subspecs": [
{
"name": "SUIMVVM",
"source_files": "SUIMVVM/**/*.{h,m,mm}",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
],
"AFNetworking": [
],
"SVProgressHUD": [
],
"FDFullscreenPopGesture": [
],
"MJExtension": [
],
"SDWebImage": [
],
"FMDB": [
],
"LxDBAnything": [
],
"Masonry": [
]
}
}
]
}