[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / d / f / DVB / 0.7.0 / DVB.podspec.json
blob1c05881b63d55d4d978ec28868d2df2edfbabcae
2   "name": "DVB",
3   "version": "0.7.0",
4   "summary": "Query Dresden's public transport system for current bus- and tramstop data in Swift.",
5   "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.",
6   "homepage": "https://github.com/kiliankoe/DVB",
7   "license": "MIT",
8   "authors": {
9     "Kilian Koeltzsch": "me@kilian.io"
10   },
11   "source": {
12     "git": "https://github.com/kiliankoe/DVB.git",
13     "tag": "0.7.0"
14   },
15   "social_media_url": "https://twitter.com/kiliankoe",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.11",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "dependencies": {
23     "Kanna": [
24       "~> 1.0.6"
25     ]
26   },
27   "source_files": "DVB/Classes/**/*",
28   "resources": [
29     "DVB/Assets/VVOStops.plist"
30   ]