blob: 87612412bcc075ae15f82458e069dfd0797f84a9 [file] [log] [blame]
{
"name": "URLNavigator",
"version": "0.5.0",
"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": "0.5.0"
},
"source_files": "Sources/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}