blob: 4418bfbb7756d0e949984711a946e90abf03a8f2 [file] [log] [blame]
{
"name": "NavitiaSDK",
"version": "0.2.0",
"summary": "Navitia client written in Swift 3",
"description": "ALPHA - Navitia client\nSupported endpoints:\n- places\n- journeys\n- departures\n- stop_schedules\n- all public transport objects",
"homepage": "https://github.com/CanalTP/NavitiaSDK_ios",
"license": {
"type": "GPLv3",
"file": "LICENSE.md"
},
"authors": {
"Kisio Digital": "team.sdk@kisio.org"
},
"source": {
"git": "https://github.com/CanalTP/NavitiaSDK_ios.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NavitiaSDK_ios/Classes/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"AlamofireObjectMapper": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.1"
}