[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / b / 2 / 1 / PaytomatSDK / 0.0.3 / PaytomatSDK.podspec.json
blob9fa7c1f1b55656ad415d0dd61eb737949200b80f
2   "name": "PaytomatSDK",
3   "version": "0.0.3",
4   "swift_version": "4.2",
5   "summary": "Access EOS account information, send EOS transfers",
6   "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.",
7   "homepage": "https://paytomat.com/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Alex Melnichuk": "a.melnichuk@noisyminer.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/paytomat/Paytomat-iOS-SDK.git",
21     "branch": "master",
22     "tag": "0.0.3"
23   },
24   "source_files": "Paytomat SDK/Paytomat SDK/Source/**/*.swift",
25   "exclude_files": "Examples/*",
26   "frameworks": [
27     "Foundation",
28     "UIKit",
29     "CoreFoundation"
30   ]