From 9552ee0948a5f0bde872cbdc22268b90f33c3d5c Mon Sep 17 00:00:00 2001 From: Daniel Khamsing Date: Thu, 20 Apr 2017 06:57:37 -0700 Subject: [PATCH] Add swift-morse-code by @ijoshsmith #261 --- contents.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/contents.json b/contents.json index b15ce96c..fe81eed7 100644 --- a/contents.json +++ b/contents.json @@ -12671,6 +12671,17 @@ "license": "other", "date_added": "Apr 13 2017", "suggested_by": "@dkhamsing" + }, + { + "title": "Morse", + "source": "https://github.com/ijoshsmith/swift-morse-code", + "description": "Convert text to Morse code & plays it out loud", + "category-ids": ["misc"], + "tags": ["swift", "swift2", "archive"], + "screenshots": ["https://github.com/ijoshsmith/swift-morse-code/blob/master/screenshot.png?raw=true"], + "license": "mit", + "date_added": "Apr 20 2017", + "suggested_by": "@dkhamsing" } ] }