[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 3 / 4 / SwiftCSP / 0.9.9 / SwiftCSP.podspec.json
blob6ed8e81b7dd20bdd568d683f39639ea4c8ee43a2
2   "name": "SwiftCSP",
3   "version": "0.9.9",
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.9"
17   },
18   "swift_versions": [
19     "5.0",
20     "5.1",
21     "5.2",
22     "5.3",
23     "5.4",
24     "5.5",
25     "5.6"
26   ],
27   "platforms": {
28     "ios": "9.0",
29     "osx": "10.9",
30     "tvos": "10.0",
31     "watchos": "2.0"
32   },
33   "source_files": "Sources/SwiftCSP/*.swift",
34   "requires_arc": true,
35   "swift_version": "5.6"