From d4298d176ddfb43c1e702aaf6a5a62a289d13ade Mon Sep 17 00:00:00 2001 From: Sho Ikeda Date: Sun, 9 Jul 2017 01:23:05 +0900 Subject: [PATCH] [CI] Use Xcode 8.3 image --- .swift-version | 2 +- .travis.yml | 4 ++-- README.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.swift-version b/.swift-version index cb2b00e4..8c50098d 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -3.0.1 +3.1 diff --git a/.travis.yml b/.travis.yml index 1d6699ff..ddb9164c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ matrix: include: - os: osx language: objective-c - osx_image: xcode8.1 + osx_image: xcode8.3 script: - set -o pipefail - xcodebuild build-for-testing test-without-building -workspace APIKit.xcworkspace -scheme APIKit -configuration Release ENABLE_TESTABILITY=YES | xcpretty -c @@ -16,7 +16,7 @@ matrix: - bash <(curl -s https://codecov.io/bash) - os: osx language: generic - osx_image: xcode8.1 + osx_image: xcode8.3 script: - swift build - swift test diff --git a/README.md b/README.md index 4b9818ac..6dd793e3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Session.send(request) { result in ## Requirements -- Swift 3.0 +- Swift 3.0 or later - iOS 8.0 or later - Mac OS 10.10 or later - watchOS 2.0 or later @@ -42,13 +42,13 @@ If you use Swift 2.2 or 2.3, try [APIKit 2.0.5](https://github.com/ishkawa/APIKi #### [Carthage](https://github.com/Carthage/Carthage) -- Insert `github "ishkawa/APIKit" ~> 3.0` to your Cartfile. +- Insert `github "ishkawa/APIKit" ~> 3.1` to your Cartfile. - Run `carthage update`. - Link your app with `APIKit.framework` and `Result.framework` in `Carthage/Build`. #### [CocoaPods](https://github.com/cocoapods/cocoapods) -- Insert `pod 'APIKit', '~> 3.0'` to your Podfile. +- Insert `pod 'APIKit', '~> 3.1'` to your Podfile. - Run `pod install`. Note: CocoaPods 1.1.0 is required to install APIKit 3.