blob: e8905b7eb565935d9d19aead919171ee7d40f0dc [file] [log] [blame]
{
"name": "DVB",
"version": "0.6.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.6.0"
},
"social_media_url": "https://twitter.com/kiliankoe",
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"dependencies": {
"Kanna": [
"~> 1.0.6"
]
},
"source_files": "DVB/Classes/**/*",
"resources": [
"DVB/Assets/VVOStops.plist"
]
}