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