2 "name": "SwiftQuantumComputing",
4 "summary": "Quantum circuit simulator in Swift.",
5 "description": "Quantum circuit simulator written in Swift and speeded up with Accelerate.framework in iOS/macOS and BLAS in Linux. It also counts with a genetic algorithm to automatically generate circuits and an implementation of Gaussian elimination algorithm to solve systems of XOR equations.",
6 "homepage": "https://github.com/indisoluble/SwiftQuantumComputing",
7 "license": "Apache License, Version 2.0",
9 "Enrique de la Torre": "indisoluble_dev@me.com"
16 "git": "https://github.com/indisoluble/SwiftQuantumComputing.git",
19 "source_files": "Sources/SwiftQuantumComputing/**/*.swift",
21 "source_files": "Sources/SwiftQuantumComputing_iOS/**/*.swift",
22 "resources": "Sources/SwiftQuantumComputing_iOS/**/*.xib"
25 "source_files": "Sources/SwiftQuantumComputing_macOS/**/*.swift",
26 "resources": "Sources/SwiftQuantumComputing_macOS/**/*.xib"
28 "swift_versions": "5.1",
29 "frameworks": "Accelerate",
30 "swift_version": "5.1"