From 3b68254b362f510dc281400b1b88d5d2bd1fc4b6 Mon Sep 17 00:00:00 2001 From: Sajjon Date: Wed, 6 Jul 2016 15:33:16 +0200 Subject: [PATCH] Added "My first memory" ("SwiftIntro"), a Swift project fetching images from any Instagram account. Lists tasks for you to do in order to learn Swift - at three difficulty levels. --- contents.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/contents.json b/contents.json index 478239bb..fcb1c42f 100644 --- a/contents.json +++ b/contents.json @@ -4979,6 +4979,15 @@ "itunes": "https://itunes.apple.com/app/id1105890730", "tags": ["swift", "viper"], "license": "mit" + }, + { + "title": "My first memory (SwiftIntro)", + "category": ["media", "games"], + "description": "**Memory game** in Swift fetching images from any Instagram account. Lists **tasks** for you to do in order to learn Swift - at three difficulty levels.", + "source": "https://github.com/Sajjon/SwiftIntro", + "tags": ["swift"], + "license": "gpl-3.0", + "stars": 27 } ] }