From 26b87033ab2bb3ef8292fc45fb8c0279508f2677 Mon Sep 17 00:00:00 2001 From: Cong Nguyen Date: Thu, 12 Mar 2020 16:44:12 +0900 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 486ebae..db6aae4 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,13 @@ FMPhotoPicker is a modern, simple and zero-dependency photo picker with an elega - iOS 9.0+ ## Installation +### SwiftPM +``` +dependencies: [ + .package(url: "https://github.com/congnd/FMPhotoPicker.git", .exact("0.9.1")), +] +``` + ### Carthage Insert the following line in your Carthfile: ```