[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 9 / a / TPGApi / 0.0.5 / TPGApi.podspec.json
blob2dd8728e43e254bd927c329049433d635e13b432
2   "name": "TPGApi",
3   "version": "0.0.5",
4   "summary": "A wrapper to fetch Geneva's public transport (TPG) real time informations",
5   "description": "You can use this pod to get next departures for a bus stop in Geneva.\nYou can also get the list of all the stops in Geneva with their location and connections.",
6   "homepage": "https://github.com/immortal79/TPGApi",
7   "license": "GNU v3",
8   "authors": "Philippe",
9   "platforms": {
10     "ios": "9.0"
11   },
12   "source": {
13     "git": "https://github.com/immortal79/TPGApi.git",
14     "tag": "0.0.5"
15   },
16   "source_files": [
17     "TPGApi",
18     "TPGApi/**/*.{h,m,swift}"
19   ],
20   "dependencies": {
21     "Alamofire": [
22       "~> 4.5"
23     ],
24     "SwiftyJSON": [
25       "~> 4.0"
26     ]
27   }