Skip to content

Commit

Permalink
Updated to Swift 07-25
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Jul 26, 2016
1 parent 9adb1e3 commit 7c50130
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEVELOPMENT-SNAPSHOT-2016-05-09-a
DEVELOPMENT-SNAPSHOT-2016-07-25-a
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import PackageDescription
let package = Package(
name: "zlib",
targets: [
Target(name: "Czlib"),
Target(name: "zlib-example", dependencies: [.Target(name: "Czlib")])
Target(name: "zlib-example", dependencies: ["Czlib"])
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ SwiftPM-compatible fork of [zlib](https://github.com/madler/zlib) ([source commi
## Swift Package Manager

```swift
.Package(url: "https://github.com/Zewo/zlib.git", majorVersion: 0, minor: 1)
.Package(url: "https://github.com/Zewo/zlib.git", majorVersion: 0, minor: 2)
```
1 change: 0 additions & 1 deletion Sources/Czlib/include/module.modulemap
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module Czlib {
umbrella "."
link "Czlib"
export *
}

0 comments on commit 7c50130

Please sign in to comment.