[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / b / 3 / SwiftQuantumComputing / 8.0.1 / SwiftQuantumComputing.podspec.json
blob95115198e17dfb9626ea2e6c3afb6c8bcd9d1d10
2   "name": "SwiftQuantumComputing",
3   "version": "8.0.1",
4   "summary": "A quantum circuit simulator.",
5   "description": "A quantum circuit simulator written in Swift and speeded up with Accelerate.framework. 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",
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": "8.0.1"
18   },
19   "source_files": "SwiftQuantumComputing/**/*.swift",
20   "ios": {
21     "source_files": "SwiftQuantumComputing_iOS/**/*.swift",
22     "resources": "SwiftQuantumComputing_iOS/**/*.xib"
23   },
24   "osx": {
25     "source_files": "SwiftQuantumComputing_macOS/**/*.swift",
26     "resources": "SwiftQuantumComputing_macOS/**/*.xib"
27   },
28   "swift_versions": "5.0",
29   "frameworks": "Accelerate"