Skip to content

Commit

Permalink
Bump XMLCoder dependency to 0.11.1 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov authored May 30, 2020
1 parent bb07929 commit e6f1445
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "weichsel/ZIPFoundation" ~> 0.9.11
github "MaxDesiatov/XMLCoder" ~> 0.10.0
github "MaxDesiatov/XMLCoder" ~> 0.11.1
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "MaxDesiatov/XMLCoder" "0.10.0"
github "MaxDesiatov/XMLCoder" "0.11.1"
github "weichsel/ZIPFoundation" "0.9.11"
4 changes: 2 additions & 2 deletions CoreXLSX.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'CoreXLSX'
s.version = '0.10.0'
s.version = '0.11.0'
s.summary = 'Excel spreadsheet (XLSX) format support in pure Swift'

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -42,5 +42,5 @@ Excel spreadsheet (XLSX) format support in pure Swift.
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
s.dependency 'ZIPFoundation', '~> 0.9.11'
s.dependency 'XMLCoder', '~> 0.10.0'
s.dependency 'XMLCoder', '~> 0.11.1'
end
10 changes: 5 additions & 5 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- CoreXLSX (0.10.0):
- XMLCoder (~> 0.10.0)
- CoreXLSX (0.11.0):
- XMLCoder (~> 0.11.1)
- ZIPFoundation (~> 0.9.11)
- XMLCoder (0.10.0)
- XMLCoder (0.11.1)
- ZIPFoundation (0.9.11)

DEPENDENCIES:
Expand All @@ -18,8 +18,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
CoreXLSX: 879fcde77af992a36a04a0df84a713dc37aa4f35
XMLCoder: a4454e78a5cdf5b8eff5785c8e43e5b85315096b
CoreXLSX: d81176da72edfd69a9df6f107a78bd0335b8f292
XMLCoder: c4638336674de7ba279cd23f2005817d69f538e0
ZIPFoundation: b1f0de4eed33e74a676f76e12559ab6b75990197

PODFILE CHECKSUM: 4b59cda9563eaa9d39027ba3749963cf8b4676e7
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/maxdesiatov/XMLCoder.git",
"state": {
"branch": null,
"revision": "eae62665fcf012fb5a4dc3a8d69af15bc21a45ba",
"version": "0.10.0"
"revision": "ac411bd6ab342780be0dfe6f679410f791d751d9",
"version": "0.11.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/maxdesiatov/XMLCoder.git",
.upToNextMinor(from: "0.10.0")),
.upToNextMinor(from: "0.11.1")),
.package(url: "https://github.com/weichsel/ZIPFoundation.git",
.upToNextMinor(from: "0.9.11")),
],
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-4.2.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/maxdesiatov/XMLCoder.git",
.upToNextMajor(from: "0.10.0")),
.upToNextMajor(from: "0.11.1")),
.package(url: "https://github.com/weichsel/ZIPFoundation.git",
.upToNextMajor(from: "0.9.11")),
],
Expand Down

0 comments on commit e6f1445

Please sign in to comment.