[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / f / 6 / 1 / Cardano.swift / 0.1.2 / Cardano.swift.podspec.json
blob2da8a036292dc8038e304be77d9b31c9c0e6acc9
2   "name": "Cardano.swift",
3   "version": "0.1.2",
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.2"
16   },
17   "platforms": {
18     "ios": "13.0",
19     "osx": "10.15"
20   },
21   "swift_versions": [
22     "5.3",
23     "5.4",
24     "5.5"
25   ],
26   "module_name": "Cardano",
27   "default_subspecs": "Binary",
28   "subspecs": [
29     {
30       "name": "OrderedCollections",
31       "source_files": "Sources/OrderedCollections/**/*.swift"
32     },
33     {
34       "name": "CoreBinary",
35       "source_files": "Sources/Core/**/*.swift",
36       "dependencies": {
37         "Cardano-Binaries": [
38           "~> 0.1.2"
39         ],
40         "BigInt": [
41           "~> 5.2"
42         ],
43         "Cardano.swift/OrderedCollections": [
45         ]
46       },
47       "pod_target_xcconfig": {
48         "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_XCFRAMEWORKS_BUILD_DIR}/Cardano-Binaries\"",
49         "ENABLE_BITCODE": "NO"
50       },
51       "testspecs": [
52         {
53           "name": "CoreTests",
54           "test_type": "unit",
55           "source_files": "Tests/CoreTests/**/*.swift"
56         }
57       ]
58     },
59     {
60       "name": "CoreBuild",
61       "source_files": "Sources/Core/**/*.swift",
62       "preserve_paths": "rust/**/*",
63       "dependencies": {
64         "BigInt": [
65           "~> 5.2"
66         ],
67         "Cardano.swift/OrderedCollections": [
69         ]
70       },
71       "script_phases": {
72         "name": "Build Rust Binary",
73         "script": "bash \"${PODS_TARGET_SRCROOT}/rust/scripts/xcode_build_step.sh\"",
74         "execution_position": "before_compile"
75       },
76       "pod_target_xcconfig": {
77         "ENABLE_BITCODE": "NO"
78       },
79       "testspecs": [
80         {
81           "name": "CoreTests",
82           "test_type": "unit",
83           "source_files": "Tests/CoreTests/**/*.swift"
84         }
85       ]
86     },
87     {
88       "name": "Binary",
89       "source_files": "Sources/Cardano/**/*.swift",
90       "dependencies": {
91         "Bip39.swift": [
92           "~> 0.1"
93         ],
94         "Cardano.swift/CoreBinary": [
96         ]
97       },
98       "testspecs": [
99         {
100           "name": "CardanoTests",
101           "test_type": "unit",
102           "source_files": "Tests/CardanoTests/**/*.swift"
103         }
104       ]
105     },
106     {
107       "name": "Build",
108       "source_files": "Sources/Cardano/**/*.swift",
109       "dependencies": {
110         "Bip39.swift": [
111           "~> 0.1"
112         ],
113         "Cardano.swift/CoreBuild": [
115         ]
116       },
117       "testspecs": [
118         {
119           "name": "CardanoTests",
120           "test_type": "unit",
121           "source_files": "Tests/CardanoTests/**/*.swift"
122         }
123       ]
124     },
125     {
126       "name": "Blockfrost",
127       "source_files": "Sources/Blockfrost/**/*.swift",
128       "dependencies": {
129         "BlockfrostSwiftSDK": [
130           "~> 0.0.5"
131         ],
132         "Cardano.swift/Binary": [
134         ]
135       }
136     },
137     {
138       "name": "BlockfrostBuild",
139       "source_files": "Sources/Blockfrost/**/*.swift",
140       "dependencies": {
141         "BlockfrostSwiftSDK": [
142           "~> 0.0.5"
143         ],
144         "Cardano.swift/Build": [
146         ]
147       }
148     }
149   ],
150   "swift_version": "5.5"