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.8.0 #80

Merged
merged 2 commits into from
Aug 12, 2019
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9
github "MaxDesiatov/XMLCoder" ~> 0.7.0
github "MaxDesiatov/XMLCoder" ~> 0.8.0
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.7.0"
github "MaxDesiatov/XMLCoder" "0.8.0"
github "weichsel/ZIPFoundation" "0.9.9"
3 changes: 1 addition & 2 deletions CoreXLSX.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Excel spreadsheet (XLSX) format support in pure Swift.
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.md' }
s.author = { 'Max Desiatov' => 'max@desiatov.com' }
s.source = { :git => 'https://github.com/MaxDesiatov/CoreXLSX.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/MaxDesiatov'

s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
Expand All @@ -43,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.9'
s.dependency 'XMLCoder', '~> 0.7.0'
s.dependency 'XMLCoder', '~> 0.8.0'
end
12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- CoreXLSX (0.7.0):
- XMLCoder (~> 0.7.0)
- CoreXLSX (0.8.0):
- XMLCoder (~> 0.8.0)
- ZIPFoundation (~> 0.9.9)
- XMLCoder (0.7.0)
- XMLCoder (0.8.0)
- ZIPFoundation (0.9.9)

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

SPEC CHECKSUMS:
CoreXLSX: 64caee692b02dbf0b4feb351fcb2b884a7219bbb
XMLCoder: 6c31ac37631628912c5afe51adce692b5748841f
CoreXLSX: 45a3d8a8b957b9c03055f5fa4705586e5d2500e3
XMLCoder: fd2998fcc6195f613e570597d18d789b95a19297
ZIPFoundation: 89df685c971926b0323087952320bdfee9f0b6ef

PODFILE CHECKSUM: 4b59cda9563eaa9d39027ba3749963cf8b4676e7

COCOAPODS: 1.7.3
COCOAPODS: 1.7.5
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": "06295cb8a9670937627a68b1876a201609739c97",
"version": "0.7.0"
"revision": "f68964b14c34f73f2a6fa56f30d8a355e21afc25",
"version": "0.8.0"
}
},
{
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",
.upToNextMajor(from: "0.7.0")),
.upToNextMajor(from: "0.8.0")),
.package(url: "https://github.com/weichsel/ZIPFoundation.git",
.upToNextMajor(from: "0.9.9")),
],
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.7.0")),
.upToNextMajor(from: "0.8.0")),
.package(url: "https://github.com/weichsel/ZIPFoundation.git",
.upToNextMajor(from: "0.9.9")),
],
Expand Down