blob: 24475ac405a8e90d936945079704a0d23f5b37d2 [file] [log] [blame]
{
"name": "SeaRouter",
"version": "0.0.1",
"summary": "A easy function for iOS URL Router.",
"description": "一个灵活简单的 iOS URL Router, 主要用于iOS中页面跳转,用于对高耦合的控制器之间的解耦。",
"homepage": "https://github.com/seabrea/SeaRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"seabrea": "hgdigm@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/seabrea/SeaRouter.git",
"tag": "0.0.1"
},
"source_files": "SeaRouterDemo/SeaRouterDemo/SeaRouter/**/*.{h,m}",
"requires_arc": true
}