blob: ef41ebbd12f419bcf31d074b7bc16fbc431458b2 [file] [log] [blame]
{
"name": "TPGApi",
"version": "0.0.10",
"summary": "A wrapper to fetch Geneva's public transport (TPG) real time informations",
"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.",
"homepage": "https://github.com/immortal79/TPGApi",
"license": "GNU v3",
"authors": "Philippe",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/immortal79/TPGApi.git",
"tag": "0.0.10"
},
"source_files": [
"TPGApi",
"TPGApi/**/*.{h,m,swift}"
],
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"SwiftyJSON": [
"~> 4.0"
]
}
}