2 "name": "SwiftQuantumComputing",
4 "summary": "A quantum circuit simulator.",
5 "description": "A 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 find a circuit that solves a given quantum problem.",
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.0",
29 "frameworks": "Accelerate",
30 "swift_version": "5.0"