Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump XMLCoder dependency to 0.11.1 #112

Merged
merged 1 commit into from May 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cartfile
@@ -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
@@ -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
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
@@ -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
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
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
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