blob: 45d4506378388c073d66fdd451da2cb5cea7b268 [file] [log] [blame]
{
"name": "ymRouter",
"version": "0.0.1",
"summary": "ymRouter is tool for task excute",
"description": "router is a manager, can excuet protocol base on plist setting",
"homepage": "https://github.com/ymsheng/router",
"license": "MIT",
"authors": {
"yangmaosheng": "yangmaosheng@techwolf.cn"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ymsheng/router.git",
"tag": "0.0.1"
},
"source_files": "KZRouter/Router/*.{h,m}",
"exclude_files": "Classes/Exclude",
"public_header_files": "KZRouter/Router/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}