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",
21 "swift_versions": "5.4",
22 "module_name": "Cardano",
29 "name": "OrderedCollections",
30 "source_files": "Sources/OrderedCollections/**/*.swift"
35 "Cardano.swift/OrderedCollections": [
46 "Sources/Cardano/**/*.swift",
47 "Sources/Core/**/*.swift"
49 "pod_target_xcconfig": {
50 "ENABLE_BITCODE": "NO"
56 "source_files": "Tests/CoreTests/**/*.swift"
59 "name": "CardanoTests",
61 "source_files": "Tests/CardanoTests/**/*.swift"
72 "pod_target_xcconfig": {
73 "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_XCFRAMEWORKS_BUILD_DIR}/Cardano-Binaries\"",
74 "CARDANO_USES_BINARY_RUST_XCFRAMEWORK": "YES"
79 "preserve_paths": "rust/**/*",
81 "name": "Build Rust Binary",
82 "script": "bash \"${PODS_TARGET_SRCROOT}/rust/scripts/xcode_build_step.sh\"",
83 "execution_position": "before_compile"
90 "source_files": "Sources/Blockfrost/**/*.swift",
92 "BlockfrostSwiftSDK": [
95 "Cardano.swift/Cardano": [
101 "swift_version": "5.4"