blob: 14ae02041e68b2600b65e51775f782f01ff07168 [file] [log] [blame]
{
"name": "TimeToGate",
"version": "1.0.7",
"summary": "SITA T2G SDK.",
"description": "SITA T2G SDK will provide your application the ability to calculate the time to gate (in minutes) from a specified location to a specified agate at a specific airport.\nThe calculation will respond with a breakdown of the total time depending on various segments of the journey with various confidence levels for each segment\n.",
"homepage": "https://github.com/sitalab/TimeToGate-SDK-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"safaakhalaf": "safaa@itx.com.lb"
},
"source": {
"git": "https://github.com/sitalab/TimeToGate-SDK-iOS.git",
"tag": "1.0.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TimeToGate/Classes/**/*",
"frameworks": [
"UIKit",
"CoreLocation"
],
"vendored_libraries": "TimeToGate/libTimeToGate.a"
}