blob: bf0fa5115fed3f660c24ffe6a243619cce6d09be [file] [log] [blame]
{
"name": "DZRouter",
"version": "1.0.1",
"summary": "封装好的简单URL Router中间件,用于解耦。",
"description": "封装好的简单URL Router中间件,用于解耦,借鉴网络上大神的思路加以修改,目的在于学习组件化思想。",
"homepage": "https://github.com/zhangguozhong/DZRouter.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangguozhong": "494316382@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhangguozhong/DZRouter.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"DZRouter/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"ZTopViewController": [
]
},
"subspecs": [
{
"name": "Categories",
"source_files": "DZRouter/Categories/**/*.{h,m}"
}
]
}