blob: b6231589d65c5d3b7c017284e6156b7fc634ad64 [file] [log] [blame]
{
"name": "DVB",
"version": "2.2.0",
"summary": "Query Dresden's public transport system for current bus- and tramstop data",
"description": "Query Dresden's public transport system for current bus- and tramstop data in Swift.",
"homepage": "https://github.com/kiliankoe/DVB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kilian Koeltzsch": "me@kilian.io"
},
"social_media_url": "https://twitter.com/kiliankoe",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/kiliankoe/DVB.git",
"tag": "2.2.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"dependencies": {
"Marshal": [
"~> 1.2.4"
]
},
"pushed_with_swift_version": "3.0"
}