2 "name": "Cardano.swift",
4 "summary": "Swift APIs for Cardano network.",
5 "homepage": "https://github.com/tesseract-one/Cardano.swift",
11 "Tesseract Systems, Inc.": "info@tesseract.one"
14 "git": "https://github.com/tesseract-one/Cardano.swift.git",
26 "module_name": "Cardano",
27 "default_subspecs": "Binary",
30 "name": "OrderedCollections",
31 "source_files": "Sources/OrderedCollections/**/*.swift"
35 "source_files": "Sources/Core/**/*.swift",
43 "Cardano.swift/OrderedCollections": [
47 "pod_target_xcconfig": {
48 "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_XCFRAMEWORKS_BUILD_DIR}/Cardano-Binaries\"",
49 "ENABLE_BITCODE": "NO"
55 "source_files": "Tests/CoreTests/**/*.swift"
61 "source_files": "Sources/Core/**/*.swift",
62 "preserve_paths": "rust/**/*",
67 "Cardano.swift/OrderedCollections": [
72 "name": "Build Rust Binary",
73 "script": "bash \"${PODS_TARGET_SRCROOT}/rust/scripts/xcode_build_step.sh\"",
74 "execution_position": "before_compile"
76 "pod_target_xcconfig": {
77 "ENABLE_BITCODE": "NO"
83 "source_files": "Tests/CoreTests/**/*.swift"
89 "source_files": "Sources/Cardano/**/*.swift",
94 "Cardano.swift/CoreBinary": [
100 "name": "CardanoTests",
102 "source_files": "Tests/CardanoTests/**/*.swift"
108 "source_files": "Sources/Cardano/**/*.swift",
113 "Cardano.swift/CoreBuild": [
119 "name": "CardanoTests",
121 "source_files": "Tests/CardanoTests/**/*.swift"
126 "name": "Blockfrost",
127 "source_files": "Sources/Blockfrost/**/*.swift",
129 "BlockfrostSwiftSDK": [
132 "Cardano.swift/Binary": [
138 "name": "BlockfrostBuild",
139 "source_files": "Sources/Blockfrost/**/*.swift",
141 "BlockfrostSwiftSDK": [
144 "Cardano.swift/Build": [
150 "swift_version": "5.5"