blob: 53e3b7d2b2ead3e9cca2f2d75d2e4ac193fce325 [file] [log] [blame]
{
"name": "HQRouter",
"version": "1.0.0",
"summary": "路由功能",
"description": "路由功能.",
"homepage": "https://github.com/LiuHuanQing/HQRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"刘欢庆": "liu-lhq@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LiuHuanQing/HQRouter.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"MGJRouter",
"Aspects"
],
"dependencies": {
"MGJRouter": [
"~> 0.9.3"
],
"Aspects": [
"~> 1.4.1"
]
}
}