[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / f / 6 / 1 / Cardano.swift / 0.1.4 / Cardano.swift.podspec.json
blob1728a6657629bb9770d95d7d0a462649d6d8dcf6
2   "name": "Cardano.swift",
3   "version": "0.1.4",
4   "summary": "Swift APIs for Cardano network.",
5   "homepage": "https://github.com/tesseract-one/Cardano.swift",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tesseract Systems, Inc.": "info@tesseract.one"
12   },
13   "source": {
14     "git": "https://github.com/tesseract-one/Cardano.swift.git",
15     "tag": "0.1.4"
16   },
17   "platforms": {
18     "ios": "13.0",
19     "osx": "10.15"
20   },
21   "swift_versions": "5.4",
22   "module_name": "Cardano",
23   "default_subspecs": [
24     "Cardano/Binary",
25     "Blockfrost"
26   ],
27   "subspecs": [
28     {
29       "name": "OrderedCollections",
30       "source_files": "Sources/OrderedCollections/**/*.swift"
31     },
32     {
33       "name": "Cardano",
34       "dependencies": {
35         "Cardano.swift/OrderedCollections": [
37         ],
38         "BigInt": [
39           "~> 5.2"
40         ],
41         "Bip39.swift": [
42           "~> 0.1.1"
43         ]
44       },
45       "source_files": [
46         "Sources/Cardano/**/*.swift",
47         "Sources/Core/**/*.swift"
48       ],
49       "pod_target_xcconfig": {
50         "ENABLE_BITCODE": "NO"
51       },
52       "testspecs": [
53         {
54           "name": "CoreTests",
55           "test_type": "unit",
56           "source_files": "Tests/CoreTests/**/*.swift"
57         },
58         {
59           "name": "CardanoTests",
60           "test_type": "unit",
61           "source_files": "Tests/CardanoTests/**/*.swift"
62         }
63       ],
64       "subspecs": [
65         {
66           "name": "Binary",
67           "dependencies": {
68             "Cardano-Binaries": [
69               "~> 0.1.4"
70             ]
71           },
72           "pod_target_xcconfig": {
73             "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_XCFRAMEWORKS_BUILD_DIR}/Cardano-Binaries\"",
74             "CARDANO_USES_BINARY_RUST_XCFRAMEWORK": "YES"
75           }
76         },
77         {
78           "name": "Build",
79           "preserve_paths": "rust/**/*",
80           "script_phases": {
81             "name": "Build Rust Binary",
82             "script": "bash \"${PODS_TARGET_SRCROOT}/rust/scripts/xcode_build_step.sh\"",
83             "execution_position": "before_compile"
84           }
85         }
86       ]
87     },
88     {
89       "name": "Blockfrost",
90       "source_files": "Sources/Blockfrost/**/*.swift",
91       "dependencies": {
92         "BlockfrostSwiftSDK": [
93           "~> 0.0.7"
94         ],
95         "Cardano.swift/Cardano": [
97         ]
98       }
99     }
100   ],
101   "swift_version": "5.4"