Merge pull request #98 from nohana/fix/readme

fix readme
This commit is contained in:
Kazushi Hara 2017-12-16 19:02:40 +09:00 committed by GitHub
commit 7160ddb436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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:
```
<key>NSPhotoLibraryUsageDescription</key>
<string>To pick some photos.</string>
```
### Framework with CocoaPods