blob: ec1ee2165c2ebf43796f8e78e5750ffd47c991e5 [file] [log] [blame]
{
"name": "Swift2048Game",
"version": "1.0.0",
"summary": "Swift 2048 game model.",
"description": "- Swift 2048 game model.",
"homepage": "https://github.com/Iwark/Swift2048Game",
"license": "MIT",
"authors": {
"Iwark": "iwark02@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Iwark/Swift2048Game.git",
"tag": "1.0.0"
},
"source_files": "Swift2048Game/**/*.swift",
"requires_arc": true
}