Skip to content

Commit

Permalink
Merge pull request #99 from nohana/goodbye-pods
Browse files Browse the repository at this point in the history
good bye pods
  • Loading branch information
haranicle authored Dec 16, 2017
2 parents 7160ddb + 78a1861 commit 51e3c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
15 changes: 0 additions & 15 deletions NohanaImagePicker.podspec

This file was deleted.

21 changes: 2 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ picker.canPickAsset = { (asset:Asset) -> Bool in

## Installation

### Carthage (preferable)
### Carthage

Use [Carthage](https://github.com/Carthage/Carthage).

Expand All @@ -81,30 +81,13 @@ 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:
- Add following lines to your Info.plist:

```
<key>NSPhotoLibraryUsageDescription</key>
<string>To pick some photos.</string>
```

### Framework with CocoaPods

Use [CocoaPods](https://cocoapods.org/).

- Try; ``pod try NohanaImagePicker``

- Add the followings to your Podfile:

```ruby
use_frameworks!
pod "NohanaImagePicker"
```

- If you want to use Swift2.3 write `pod "NohanaImagePicker", "0.6.1"` instead of `pod "NohanaImagePicker"`.

- Run `pod install`.

## License

This library is licensed under Apache License v2.
Expand Down

0 comments on commit 51e3c6c

Please sign in to comment.