blob: 99f1b67c2fd3ed74437f910984f8c73381a42215 [file] [log] [blame]
{
"name": "MSAppModuleKit",
"version": "0.0.16",
"summary": "模块加载器 MSAppModuleKit.",
"description": "MSAppModuleKit 负责模块的加载 以及模块的接口\n1. 应用模块实现MSAppModule协议\n2. 每一个模块扩展MSAppSettings协议\n3. 应用的AppSettings实现所需要加载的模块的AppSettings协议\n4. AppModuleController加载设置下发到\n5. AppModuleController加载模块",
"homepage": "https://github.com/aelam/MSAppModuleKit.git",
"license": "MIT",
"authors": {
"Ryan Wang": "wanglun02@gmail.com"
},
"source": {
"git": "https://github.com/aelam/MSAppModuleKit.git",
"tag": "0.0.16"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MSRoutes": [
]
}
}