[Add] TensorFlowLiteSwift 0.0.1-nightly.20241231
[CocoaPods.git] / Specs / f / 3 / 4 / SwiftCSP / 0.9.8 / SwiftCSP.podspec.json
blob902334a9b40e12bf633547674fb4b1bc96ab4ad6
2   "name": "SwiftCSP",
3   "version": "0.9.8",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "A Constraint Satisfaction Problem Solver in Pure Swift",
9   "homepage": "https://github.com/davecom/SwiftCSP",
10   "social_media_url": "https://twitter.com/davekopec",
11   "authors": {
12     "David Kopec": "david@oaksnow.com"
13   },
14   "source": {
15     "git": "https://github.com/davecom/SwiftCSP.git",
16     "tag": "0.9.8"
17   },
18   "swift_versions": [
19     "5.0",
20     "5.1",
21     "5.1"
22   ],
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.9",
26     "tvos": "10.0",
27     "watchos": "2.0"
28   },
29   "source_files": "Sources/SwiftCSP/*.swift",
30   "requires_arc": true,
31   "swift_version": "5.1"