blob: e4887b4f7752e1a5a593aca3fe90137318168033 [file] [log] [blame]
{
"name": "GJTMvvmKit",
"version": "0.0.7",
"summary": "Gojito 的 MVVM 框架",
"description": "Gojito 的 MVVM 框架,提供基于 MVVM 架构的 APP。",
"homepage": "https://github.com/zjh171/GJTMvvmKit.git",
"license": "MIT",
"authors": {
"kyson zhu": "zjh171@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zjh171/GJTMvvmKit.git",
"tag": "0.0.7"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"ReactiveObjC": [
],
"Masonry": [
],
"GJTAdditionKit": [
],
"GJTControlsKit": [
],
"MJRefresh": [
]
}
}