From fa86f1cd2a385fe4f5619aef77c9e026f87f967b Mon Sep 17 00:00:00 2001 From: Sean Hill Date: Mon, 11 Nov 2024 17:13:19 +0100 Subject: [PATCH] [Add] QuantumIOS 3.8.14 --- .../6/5/QuantumIOS/3.8.14/QuantumIOS.podspec.json | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Specs/6/6/5/QuantumIOS/3.8.14/QuantumIOS.podspec.json diff --git a/Specs/6/6/5/QuantumIOS/3.8.14/QuantumIOS.podspec.json b/Specs/6/6/5/QuantumIOS/3.8.14/QuantumIOS.podspec.json new file mode 100644 index 000000000000..dd7b1bf26799 --- /dev/null +++ b/Specs/6/6/5/QuantumIOS/3.8.14/QuantumIOS.podspec.json @@ -0,0 +1,44 @@ +{ + "name": "QuantumIOS", + "version": "3.8.14", + "summary": "iOS SDK for using Quantum", + "homepage": "https://docs.atomicfi.com/reference/transact-sdk#libraries__swift", + "license": { + "type": "Copyright", + "text": "© Copyright 2024 Atomic FI Inc." + }, + "authors": { + "Sean Hill": "sean@atomicfi.com" + }, + "source": { + "git": "https://github.com/atomicfi/quantum-ios.git", + "tag": "3.8.14" + }, + "platforms": { + "ios": "13.0" + }, + "swift_versions": "5", + "default_subspecs": "QuantumIOS", + "subspecs": [ + { + "name": "QuantumIOS", + "vendored_frameworks": "artifacts/QuantumIOS.xcframework", + "dependencies": { + "QuantumIOS/MuppetIOS": [ + + ] + }, + "platforms": { + "ios": "13.0" + } + }, + { + "name": "MuppetIOS", + "vendored_frameworks": "artifacts/MuppetIOS.xcframework", + "platforms": { + "ios": "13.0" + } + } + ], + "swift_version": "5" +} -- 2.11.4.GIT