blob: 23f4e45ffbb7017059893ca0ae476a74786f204e [file] [log] [blame]
{
"name": "HCRouterKit",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HCRouterKit/*.{h,m}",
"dependencies": {
"HCFoundation": [
]
}
}