blob: 1543eb462cfcc37edb600afe64653aa94e3c9188 [file] [log] [blame]
{
"name": "PaytomatSDK",
"version": "0.0.7",
"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/paytomat/Paytomat-iOS-SDK.git",
"branch": "master",
"tag": "0.0.7"
},
"source_files": "Paytomat SDK/Paytomat SDK/Source/**/*.swift",
"exclude_files": "Examples/*",
"frameworks": [
"Foundation",
"UIKit",
"CoreFoundation"
]
}