blob: e8ec9aa363f8f045bf33787a3d1f57d609efd630 [file] [log] [blame]
{
"name": "SwiftQuantumComputing",
"version": "18.1.0",
"summary": "Quantum circuit simulator in Swift.",
"description": "A quantum circuit simulator written in Swift and accelerated 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.",
"homepage": "https://github.com/indisoluble/SwiftQuantumComputing",
"license": "Apache License, Version 2.0",
"authors": {
"Enrique de la Torre": "indisoluble_dev@me.com"
},
"platforms": {
"ios": "11.4",
"osx": "10.13"
},
"source": {
"git": "https://github.com/indisoluble/SwiftQuantumComputing.git",
"tag": "18.1.0"
},
"source_files": "Sources/SwiftQuantumComputing/**/*.swift",
"ios": {
"source_files": "Sources/SwiftQuantumComputing_iOS/**/*.swift",
"resources": "Sources/SwiftQuantumComputing_iOS/**/*.xib"
},
"osx": {
"source_files": "Sources/SwiftQuantumComputing_macOS/**/*.swift",
"resources": "Sources/SwiftQuantumComputing_macOS/**/*.xib"
},
"swift_versions": "5.1",
"frameworks": "Accelerate",
"swift_version": "5.1"
}