blob: f14cde4117f1f20811bc1a12667af78285eaa533 [file] [log] [blame]
{
"name": "RouteKit",
"version": "0.2.1",
"license": {
"type": "MIT",
"file": "LICENSE-MIT"
},
"homepage": "https://github.com/woxtu/RouteKit",
"authors": {
"woxtu": "woxtup@gmail.com"
},
"summary": "Type-safe URL routing for Swift.",
"source": {
"git": "https://github.com/woxtu/RouteKit.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"source_files": "Sources/**/*.swift",
"ios": {
"frameworks": "UIKit"
}
}