From 1eceab21d6444e06e9acce592395c76898a23573 Mon Sep 17 00:00:00 2001 From: Daniel Khamsing Date: Mon, 22 Aug 2016 07:40:31 -0700 Subject: [PATCH] Update SwiftSnake --- contents.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/contents.json b/contents.json index fda11061..9199e641 100644 --- a/contents.json +++ b/contents.json @@ -1820,9 +1820,13 @@ { "title": "SwiftSnake", "category": "spritekit", - "description": "'Snake' clone in Swift", + "description": "Snake clone", "source": "https://github.com/caleb0/SwiftSnake", - "screenshots": "http://i.imgur.com/mBi9Jfj.png", + "screenshots": ["http://i.imgur.com/mBi9Jfj.png"], + "license": "other", + "tags": [ + "swift" + ], "date_added": "Aug 19th 2016", "suggested_by": "@caleb0" },