[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 5 / f / WalletCoreSwift / 0.0.1 / WalletCoreSwift.podspec.json
blob1921cd8cdff46b191e4ef28e7599cf1a81a58e89
2   "name": "WalletCoreSwift",
3   "version": "0.0.1",
4   "homepage": "https://github.com/tonkeeper/core-swift",
5   "source": {
6     "git": "https://github.com/tonkeeper/core-swift.git",
7     "tag": "0.0.1"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Sergey Kotov": "kotov@tonkeeper.com",
15     "Oleg Andreev": "oleg@tonkeeper.com",
16     "Grigory Serebryanyy": "serebryanyy@tonkeeper.com"
17   },
18   "summary": "This is a pure Swift implementation of Tonkeeper Core.",
19   "description": "This is a pure Swift implementation of Tonkeeper Core: complete wallet implementation as an embeddable library. The goal of the library is to provide strictly-typed definition of the wallet behaviors that is easier to audit and cover with automated tests.",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "swift_versions": "5.0",
24   "source_files": [
25     "Source/*.{swift,h}",
26     "Source/**/*.{swift,c,h}"
27   ],
28   "dependencies": {
29     "TonSwift": [
31     ]
32   },
33   "testspecs": [
34     {
35       "name": "Tests",
36       "test_type": "unit",
37       "source_files": [
38         "Tests/*.{swift,h}",
39         "Tests/**/*.{swift,c,h}",
40         "Tests/**/**/*.{swift,c,h}"
41       ],
42       "frameworks": "XCTest"
43     }
44   ],
45   "swift_version": "5.0"