blob: b6b4bd3bbecf3678713ef91f1815e72c67051a33 [file] [log] [blame]
{
"name": "PaytomatSDK",
"version": "0.0.2",
"swift_version": "4.2",
"summary": "Access EOS account information, send EOS transfers",
"description": "Paytomat SDK allows to securely access EOS account information and send EOS transfers by implementing the via the Paytomat Wallet (https://paytomat.com/). \nSDK implements SimpleWallet protocol (https://github.com/southex/SimpleWallet/blob/master/README_en.md) to allow DApps to universally interact with the Paytomat Wallet.",
"homepage": "https://paytomat.com/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Alex Melnichuk": "a.melnichuk@noisyminer.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/a-melnichuk/Paytomat-SDK.git",
"branch": "master",
"tag": "0.0.2"
},
"source_files": "Paytomat SDK/Paytomat SDK/Source/**/*.swift",
"exclude_files": "Examples/*",
"frameworks": [
"Foundation",
"CoreFoundation"
]
}