blob: 25e0dfdb4f5a885ddf6d6ad24ea344b7beae49ff [file] [log] [blame]
{
"name": "CardKit",
"version": "0.1.0",
"summary": "CardKit provides model structures for building playable card games",
"homepage": "https://github.com/kylef/CardKit",
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"source": {
"git": "https://github.com/kylef/CardKit.git",
"tag": "0.1.0"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0",
"osx": "10.7",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "CardKit/*.swift",
"test_specification": {
"dependencies": {
"Spectre": [
"~> 0.2.0"
]
},
"source_files": "CardKitSpecs/*.swift"
}
}