[Add] Netmera 3.24.6
[CocoaPods.git] / Specs / 2 / e / 5 / Tesseract.Wallet / 0.1.6 / Tesseract.Wallet.podspec.json
blobf1496b2aebcbb4d1fd619a0482564916fe4f0c68
2   "name": "Tesseract.Wallet",
3   "version": "0.1.6",
4   "summary": "Tesseract Wallet SDK for Swift",
5   "description": "Tesseract DApps Platform multi-network Wallet implementation for Swift",
6   "homepage": "https://github.com/tesseract-one/Wallet.swift",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tesseract Systems, Inc.": "info@tesseract.one"
13   },
14   "source": {
15     "git": "https://github.com/tesseract-one/Wallet.swift.git",
16     "tag": "0.1.6",
17     "submodules": true
18   },
19   "social_media_url": "https://twitter.com/tesseract_one",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "module_name": "Wallet",
24   "swift_versions": [
25     "5.0",
26     "5.0"
27   ],
28   "default_subspecs": "Core",
29   "swift_version": "5.0",
30   "subspecs": [
31     {
32       "name": "Core",
33       "script_phases": {
34         "name": "Build Rust Binary",
35         "script": "bash \"${PODS_TARGET_SRCROOT}/Keychain/build.sh\"",
36         "execution_position": "before_compile"
37       },
38       "pod_target_xcconfig": {
39         "SWIFT_INCLUDE_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
40         "ENABLE_BITCODE": "NO"
41       },
42       "preserve_paths": "Keychain/**/*",
43       "source_files": "Sources/Wallet/**/*.swift",
44       "dependencies": {
45         "Serializable.swift": [
46           "~> 0.1"
47         ],
48         "SQLite.swift": [
49           "~> 0.12.0"
50         ],
51         "SQLiteMigrationManager.swift": [
52           "~> 0.7.0"
53         ]
54       }
55     },
56     {
57       "name": "Ethereum",
58       "source_files": "Sources/Ethereum/**/*.swift",
59       "dependencies": {
60         "Tesseract.Wallet/Core": [
62         ],
63         "Tesseract.EthereumTypes": [
64           "~> 0.1"
65         ]
66       }
67     },
68     {
69       "name": "PromiseKit",
70       "source_files": "Sources/PromiseKit/**/*.swift",
71       "dependencies": {
72         "Tesseract.Wallet/Core": [
74         ],
75         "PromiseKit/CorePromise": [
76           "~> 6.8.0"
77         ]
78       }
79     }
80   ]