Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Oct 13, 2015
1 parent 5107e5c commit 94ea05f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ ImageManager.shared = ImageManager(configuration: configuration)
To install Nuke add a dependency in your Podfile:
```ruby
# use_frameworks!
# platform :ios / :watchos / :osx
pod "Nuke"
pod "Nuke-Alamofire-Plugin" # optional
pud "Nuke-AnimatedImage-Plugin" # optional
Expand All @@ -218,6 +219,15 @@ github "kean/Nuke"
github "kean/Nuke-Alamofire-Plugin" # optional
```

### Import

Import installed modules in your source files
```swift
import Nuke
import NukeAlamofirePlugin
import NukeAnimatedImagePlugin
```

## <a name="h_requirements"></a>[Requirements](https://github.com/kean/Nuke/wiki/Supported-Platforms)
- iOS 8.0+ / watchOS 2.0+ / OS X 10.9+
- Xcode 7.0+, Swift 2.0+
Expand Down

0 comments on commit 94ea05f

Please sign in to comment.