Skip to content

Commit

Permalink
Merge pull request #128 from afterpay/update-min-swift
Browse files Browse the repository at this point in the history
Update minimum requirements to Swift 5.2 and Xcode 11.4
  • Loading branch information
adamjcampbell authored Jan 11, 2021
2 parents ff409c6 + 8053dde commit b8f636b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Afterpay.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
spec.platform = :ios, "12.0"
spec.source = { :git => "https://github.com/afterpay/sdk-ios.git", :tag => "#{spec.version}" }
spec.source_files = "Sources/Afterpay/**/*"
spec.swift_version = "5.1"
spec.swift_version = "5.2"
spec.framework = "UIKit"

spec.dependency "Macaw", "0.9.7"
Expand Down
2 changes: 1 addition & 1 deletion Configurations/Afterpay-Shared.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ TARGETED_DEVICE_FAMILY = 1,2
// This setting defines the user-visible version of the project. The value corresponds to
// the `CFBundleShortVersionString` key in your app's Info.plist.

MARKETING_VERSION = 1.4.0
MARKETING_VERSION = 1.4.1
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ The Afterpay iOS SDK provides conveniences to make your Afterpay integration exp
## Requirements

- iOS 12.0+
- Swift 5.1+
- XCode 11.0+
- Swift 5.2+
- Xcode 11.4+

## Swift Package Manager

Expand Down Expand Up @@ -91,7 +91,7 @@ Add the Afterpay SDK as a [git submodule][git-submodule] by navigating to the ro
```
git submodule add https://github.com/afterpay/sdk-ios.git Afterpay
cd Afterpay
git checkout 1.4.0
git checkout 1.4.1
```

#### Project / Workspace Integration
Expand Down

0 comments on commit b8f636b

Please sign in to comment.