blob: 1c05881b63d55d4d978ec28868d2df2edfbabcae [file] [log] [blame]
{
"name": "DVB",
"version": "0.7.0",
"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.7.0"
},
"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"
]
}