blob: 4669b29f305155f95945a0355858bcdb3e1d91fc [file] [log] [blame]
{
"name": "FZRouter",
"version": "0.0.3",
"summary": "iOS 界面跳转路由实现",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/wufuzeng/FZRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wufuzeng": "wufuzeng_lucky@sina.com"
},
"source": {
"git": "https://github.com/wufuzeng/FZRouter.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FZRouter/Classes/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
]
}