[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / b / 3 / SwiftQuantumComputing / 16.2.0 / SwiftQuantumComputing.podspec.json
blob65b05e3ac5953b491b6d6949e3e50cfd3fd5d92e
2   "name": "SwiftQuantumComputing",
3   "version": "16.2.0",
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",
8   "authors": {
9     "Enrique de la Torre": "indisoluble_dev@me.com"
10   },
11   "platforms": {
12     "ios": "11.4",
13     "osx": "10.13"
14   },
15   "source": {
16     "git": "https://github.com/indisoluble/SwiftQuantumComputing.git",
17     "tag": "16.2.0"
18   },
19   "source_files": "Sources/SwiftQuantumComputing/**/*.swift",
20   "ios": {
21     "source_files": "Sources/SwiftQuantumComputing_iOS/**/*.swift",
22     "resources": "Sources/SwiftQuantumComputing_iOS/**/*.xib"
23   },
24   "osx": {
25     "source_files": "Sources/SwiftQuantumComputing_macOS/**/*.swift",
26     "resources": "Sources/SwiftQuantumComputing_macOS/**/*.xib"
27   },
28   "swift_versions": "5.1",
29   "frameworks": "Accelerate",
30   "swift_version": "5.1"