blob: 02ccd589b5d191ae127cb91ea61d58cef30af438 [file] [log] [blame]
{
"name": "DVB",
"version": "0.6.1",
"summary": "Query Dresden's public transport system for current bus- and tramstop data in Swift.",
"description": "This is an unofficial Swift package, giving you a few options to query Dresden's public transport system for current bus- and tramstop data.",
"homepage": "https://github.com/kiliankoe/DVB",
"license": "MIT",
"authors": {
"Kilian Koeltzsch": "me@kilian.io"
},
"source": {
"git": "https://github.com/kiliankoe/DVB.git",
"tag": "0.6.1"
},
"social_media_url": "https://twitter.com/kiliankoe",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"dependencies": {
"Kanna": [
"~> 1.0.6"
]
},
"source_files": "DVB/Classes/**/*",
"resources": [
"DVB/Assets/VVOStops.plist"
]
}