Skip to content

Commit

Permalink
Updated the supported Swift, Xcode, and CocoaPods versions in the REA…
Browse files Browse the repository at this point in the history
…DME.
  • Loading branch information
cnoon committed Sep 6, 2017
1 parent 601932f commit c7cf04f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//
// Package.swift
//
// Copyright (c) 2015-2017 Alamofire Software Foundation (http://alamofire.org/)
Expand All @@ -19,6 +20,7 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
//

import PackageDescription

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ AlamofireImage is an image component library for Alamofire.
## Requirements

- iOS 8.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+
- Xcode 8.1, 8.2, 8.3, and 9.0
- Swift 3.0, 3.1, 3.2, and 4.0
- Xcode 8.3+
- Swift 3.1+

## Migration Guides

Expand Down Expand Up @@ -55,7 +55,7 @@ AlamofireImage is an image component library for Alamofire.
$ gem install cocoapods
```

> CocoaPods 1.3.0+ is required.
> CocoaPods 1.1+ is required.
To integrate AlamofireImage into your Xcode project using CocoaPods, specify it in your `Podfile`:

Expand Down

0 comments on commit c7cf04f

Please sign in to comment.