[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 0 / 5 / 8 / DekuSanCore / 0.2.2 / DekuSanCore.podspec.json
blob45bec54720012623a13a598c0a0d538b7ff6e81f
2   "name": "DekuSanCore",
3   "version": "0.2.2",
4   "summary": "Core DEXON data structures and algorithms.",
5   "homepage": "https://dexon.org",
6   "license": "MIT",
7   "authors": {
8     "DEXON Foundation": "app@dexon.org"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "swift_version": "4.2",
14   "source": {
15     "git": "https://github.com/dexon-foundation/dekusan-core.git",
16     "tag": "0.2.2"
17   },
18   "source_files": "Sources/**/*.{swift,h,m}",
19   "public_header_files": [
20     "Sources/DekuSanCore.h",
21     "Sources/Crypto.h"
22   ],
23   "dependencies": {
24     "BigInt": [
26     ],
27     "TrezorCrypto": [
28       "~> 0.0.8"
29     ],
30     "SwiftProtobuf": [
31       "~> 1.0"
32     ]
33   },
34   "pod_target_xcconfig": {
35     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
36   }