blob: 48a7af1d6be4f600bf25ad72383010bddd5cbec8 [file] [log] [blame]
{
"name": "SwiftRoutes",
"version": "0.2.1",
"summary": "Simple routing library writtein in Swift.",
"description": "SwiftRoutes is a simple routing library. SwiftRoutes fires handler according to NSURL.",
"homepage": "https://github.com/takecian/SwiftRoutes",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"takecian": "fujikidev@gmail.com"
},
"source": {
"git": "https://github.com/takecian/SwiftRoutes.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*",
"xcconfig": {
"SWIFT_VERSION": "3"
}
}