From d28c68a2c2ac2a7ef497d2529568639a412827c2 Mon Sep 17 00:00:00 2001 From: haranicle Date: Sat, 16 Dec 2017 19:01:26 +0900 Subject: [PATCH] fix readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8715c4f..e696fc3 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,12 @@ Use [Carthage](https://github.com/Carthage/Carthage). - If you want to use Swift2.3, add `github "nohana/NohanaImagePicker", "0.6.1"` instead. - If you want to use Swift2.2, add `github "nohana/NohanaImagePicker", "0.5.0"` instead. - Run `carthage update`. +- Add the followings to your Info.plist: + +``` +NSPhotoLibraryUsageDescription +To pick some photos. +``` ### Framework with CocoaPods