blob: a1c4b389f5bd4d824aeb0891141f0bae3c925f28 [file] [log] [blame]
{
"name": "SwiftCSP",
"version": "0.9.7",
"license": "MIT",
"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.7"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "10.0",
"watchos": "2.0"
},
"source_files": "Sources/SwiftCSP/*.swift",
"requires_arc": true
}