blob: 219472e7d55aafae7048a972fe14bbbdbab557f5 [file] [log] [blame]
{
"name": "YYApplicationModule",
"version": "0.0.1",
"summary": "管理组件化的Application",
"description": "管理组件化的Application。方便组件化新建组件工程的运行,保持运行环境的一致性。在每个工程中只需额外维护'YYConfigurationClass'的分类,实现'YYConfigurationProtocol'即可快速、独立搭建组件工程。",
"homepage": "https://github.com/yuanyuan100/YYApplicationModule",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yuanyuan100": "469092943@qq.com"
},
"source": {
"git": "https://github.com/yuanyuan100/YYApplicationModule.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YYApplicationModule/Classes/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
]
}