[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / e / 5 / Tesseract.Wallet / 0.1.3 / Tesseract.Wallet.podspec.json
blob63d1229705f55e74dd1aaac57499e2c9d5e0f310
2   "name": "Tesseract.Wallet",
3   "version": "0.1.3",
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.3",
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   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "script_phases": {
29         "name": "Build Rust Binary",
30         "script": "bash \"${PODS_TARGET_SRCROOT}/Keychain/build.sh\"",
31         "execution_position": "before_compile"
32       },
33       "pod_target_xcconfig": {
34         "SWIFT_INCLUDE_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
35         "LIBRARY_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/Keychain\"",
36         "ENABLE_BITCODE": "NO"
37       },
38       "preserve_paths": "Keychain/**/*",
39       "source_files": "Sources/Wallet/**/*.swift",
40       "dependencies": {
41         "Serializable.swift": [
42           "~> 0.1"
43         ],
44         "SQLite.swift": [
45           "~> 0.12.0"
46         ],
47         "SQLiteMigrationManager.swift": [
48           "~> 0.7.0"
49         ]
50       }
51     },
52     {
53       "name": "Ethereum",
54       "source_files": "Sources/Ethereum/**/*.swift",
55       "dependencies": {
56         "Tesseract.Wallet/Core": [
58         ],
59         "Tesseract.EthereumTypes": [
60           "~> 0.1"
61         ]
62       }
63     },
64     {
65       "name": "PromiseKit",
66       "source_files": "Sources/PromiseKit/**/*.swift",
67       "dependencies": {
68         "Tesseract.Wallet/Core": [
70         ],
71         "PromiseKit/CorePromise": [
72           "~> 6.8.0"
73         ]
74       }
75     }
76   ]