blob: 5addd6a2a5744aa3fd0d48187030adc3b55a4f70 [file] [log] [blame]
{
"name": "HCRouterKit",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HCRouterKit/*.{h,m}",
"public_header_files": "HCRouterKit/HCRouterKit.h",
"dependencies": {
"HCFoundation": [
]
}
}