blob: 38dd3a1db20841785010c2a97f86bd16b49f41de [file] [log] [blame]
{
"name": "Swift2048Game",
"version": "2.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": "2.0.0"
},
"source_files": "Swift2048Game/**/*.swift",
"requires_arc": true
}