blob: cfb97476194c713ec29733982b3d07b138a75094 [file] [log] [blame]
{
"name": "NavitiaSDK",
"version": "1.0.0",
"summary": "Navitia client written in Swift 3",
"description": "Navitia client",
"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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NavitiaSDK/Classes/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"AlamofireObjectMapper": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}