blob: 5a5ecbd322db87c92e6c763e74a4963c3850ecdd [file] [log] [blame]
{
"name": "URLNavigator",
"version": "2.0.6",
"summary": "⛵️ Elegant URL Routing for Swift",
"homepage": "https://github.com/devxoul/URLNavigator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/URLNavigator.git",
"tag": "2.0.6"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0"
}
}