blob: c55235c51e9b565dd4265cf1a90b9b1183d8b443 [file] [log] [blame]
{
"name": "LSMiddleWare",
"version": "0.0.3",
"summary": "LSMiddleWare.",
"description": "LSMiddleWare 中间件组件,包括路由器,组件模块管理器",
"homepage": "https://github.com/LISONG040576/LSMiddleWare.git",
"license": "MIT",
"authors": {
"lisong": "lisong.s@haier.com"
},
"source": {
"git": "https://github.com/LISONG040576/LSMiddleWare.git",
"tag": "0.0.3"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "LSModule",
"source_files": "LSMiddleWare/**/LSModule/*.{h,m}"
},
{
"name": "LSRouter",
"source_files": "LSMiddleWare/**/LSRouter/*.{h,m}"
}
]
}