blob: 196a9c3ca717b09d09a9f6f64e746e91488e59f2 [file] [log] [blame]
{
"name": "Sage",
"version": "2.0.0",
"summary": "A cross-platform chess library for Swift.",
"homepage": "https://github.com/nvzqz/Sage",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"authors": "Nikolai Vazquez",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/nvzqz/Sage.git",
"tag": "v2.0.0"
},
"source_files": "Sources/*.swift"
}