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