blob: 14790a2f413f6cdbead4482faa4ca3b73608a284 [file] [log] [blame]
{
"name": "SimpleRouter",
"version": "0.1.0",
"summary": "A Simple Laravel/Lumen Inspired Url-Based Router Library With Middleware Support Written Entirely in Swift",
"description": "This pod provides the ability to use url based routing in app. It's inspired by Laravel/Lumen with middleware support.",
"homepage": "https://github.com/wenfzhao/SimpleRouter",
"license": "MIT",
"authors": {
"Wen Feng Zhao": "wzhao@money-media.com"
},
"source": {
"git": "https://github.com/wenfzhao/SimpleRouter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*"
}