blob: bfb0456c117352b25a290c30fc91a47ef4b71d0d [file] [log] [blame]
{
"name": "TonNfcClientSwift",
"version": "0.0.2",
"summary": "This is a library to work with TON NFC security cards.",
"description": "This library provides functions allowing to make all available TON NFC cards operations.",
"homepage": "https://github.com/tonlabs/TonNfcClientSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tonlabs": "alina.t@tonlabs.io"
},
"source": {
"git": "https://github.com/tonlabs/TonNfcClientSwift.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "TonNfcClientSwift/Classes/**/*",
"swift_versions": "5.0",
"dependencies": {
"PromiseKit": [
"~> 6.8"
]
},
"swift_version": "5.0"
}