blob: ec0a54b69ee0a0708da24669ad5da12743f4dd63 [file] [log] [blame]
{
"name": "ebt-library",
"module_name": "BagtagEbtLibrary",
"version": "0.4",
"summary": "Library for updating Electronic Baggage Tags using the BAGTAG service.",
"description": "This library offers an easy way to communicate with Electronic Baggage Tags (EBT). It includes everything needed to update the EBTs via Bluetooth and uses the BAGTAG backend to get update instructions.",
"homepage": "https://dev.azure.com/bagtag/releases/_git/ebt-library-ios",
"license": "This framework is owned by Coffee IT and DS TAGS Group.",
"authors": {
"BAGTAG Integration Support": "integration@bagtag.com"
},
"source": {
"git": "https://dev.azure.com/bagtag/releases/_git/ebt-library-ios",
"tag": "0.4"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "ebt-library/**/*",
"dependencies": {
"SwiftyJSON": [
],
"Keychain": [
],
"Alamofire": [
"~> 4.8"
],
"JWTDecode": [
]
},
"swift_version": "5.0"
}