Skip to content

Commit a516b53

Browse files
committed
Update to Pageboy 4.0.0
1 parent c5b0641 commit a516b53

File tree

5 files changed

+16
-18
lines changed

5 files changed

+16
-18
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "uias/Pageboy" ~> 3.7.0
1+
github "uias/Pageboy" ~> 4.0.0

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ import PackageDescription
55
let package = Package(
66
name: "Tabman",
77
platforms: [
8-
.iOS(.v9)
8+
.iOS(.v11)
99
],
1010
products: [
1111
.library(
1212
name: "Tabman",
1313
targets: ["Tabman"])
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/uias/Pageboy", from: "3.6.0")
16+
.package(url: "https://github.com/uias/Pageboy", from: "4.0.0")
1717
],
1818
targets: [
1919
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

Sources/Tabman.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@
994994
repositoryURL = "https://github.com/uias/Pageboy";
995995
requirement = {
996996
kind = upToNextMajorVersion;
997-
minimumVersion = 3.7.0;
997+
minimumVersion = 4.0.0;
998998
};
999999
};
10001000
/* End XCRemoteSwiftPackageReference section */

Tabman.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
2222
s.source = { :git => "https://github.com/uias/Tabman.git", :tag => s.version.to_s }
2323
s.source_files = "Sources/Tabman/**/*.{h,m,swift}"
2424

25-
s.dependency 'Pageboy', '~> 3.7.0'
25+
s.dependency 'Pageboy', '~> 4.0.0'
2626

2727
end

Tabman.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 11 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)