blob: 35425ac41d1f0afceacd8da95f40b5ba9433c612 [file] [log] [blame]
{
"name": "HCRouterKit",
"version": "0.0.4",
"summary": "简单易用的路由组件.",
"description": "TODO: 类之间无需#import即可实现跳转,方法调用。减少代码耦合性。团队开发神器.",
"homepage": "https://github.com/Haisens/HCRouterKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"殷海超,Groot": "haisens@163.com"
},
"source": {
"git": "https://github.com/Haisens/HCRouterKit.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HCRouterKit/*.{h,m}",
"public_header_files": "HCRouterKit/HCRouterKit.h",
"dependencies": {
"HCFoundation": [
]
}
}