blob: 902334a9b40e12bf633547674fb4b1bc96ab4ad6 [file] [log] [blame]
{
"name": "SwiftCSP",
"version": "0.9.8",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "A Constraint Satisfaction Problem Solver in Pure Swift",
"homepage": "https://github.com/davecom/SwiftCSP",
"social_media_url": "https://twitter.com/davekopec",
"authors": {
"David Kopec": "david@oaksnow.com"
},
"source": {
"git": "https://github.com/davecom/SwiftCSP.git",
"tag": "0.9.8"
},
"swift_versions": [
"5.0",
"5.1",
"5.1"
],
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "10.0",
"watchos": "2.0"
},
"source_files": "Sources/SwiftCSP/*.swift",
"requires_arc": true,
"swift_version": "5.1"
}