Skip to content

Commit 9d3a0a6

Browse files
committed
Merge branch 'master' of github.com:BradLarson/GPUImage3
2 parents a3e119e + f29ec3c commit 9d3a0a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ let package = Package(
1818
name: "GPUImage",
1919
path: "framework/Source",
2020
exclude: ["Linux", "Operations/Shaders"])],
21-
swiftLanguageVersions: [.v4]
21+
swiftLanguageVersions: [.v4_2]
2222
)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ BSD-style, with the full license available with the framework in License.txt.
3232

3333
## Technical requirements ##
3434

35-
- Swift 4
36-
- Xcode 9.0 on Mac or iOS
35+
- Swift 4.2
36+
- Xcode 10.2 or higher on Mac or iOS
3737
- iOS: 9.0 or higher
3838
- OSX: 10.11 or higher
3939

0 commit comments

Comments
 (0)