From 90f274dc027f770f74b356e2e46aaa13cd945001 Mon Sep 17 00:00:00 2001 From: Sagar Dagdu Date: Mon, 7 Aug 2017 20:59:25 +0530 Subject: [PATCH] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7db0a3f --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# SDPhotosHelper +A light-weight helper class which helps add and retrieve images and videos to / from a custom album in Photos. It uses the PHPhotoLibrary provided by Apple and is written in Swift 3 with ❤️