blob: 2015904c5c4413b34494f530178cb2b62e1b54fb [file] [log] [blame]
{
"name": "TPGApi",
"version": "0.0.3",
"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.3"
},
"source_files": [
"TPGApi",
"TPGApi/**/*.{h,m,swift}"
],
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"SwiftyJSON": [
"~> 4.0"
]
}
}