blob: 1d5c08c0371633c7dde0a87dba22d32c2ed9492c [file] [log] [blame]
{
"name": "XO",
"version": "1.0.0",
"summary": "A cross-platform tic-tac-toe library for Swift.",
"homepage": "https://github.com/nvzqz/XO",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Nikolai Vazquez",
"social_media_url": "https://twitter.com/nikolaivazquez",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/nvzqz/XO.git",
"tag": "v1.0.0"
},
"source_files": "Sources/**/*.swift",
"pushed_with_swift_version": "3.0"
}