File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'CouchbaseLite-Swift'
3- s . version = '3.1.7 '
3+ s . version = '3.1.9 '
44 s . license = 'Apache License, Version 2.0'
55 s . homepage = 'https://github.com/couchbase/couchbase-lite-ios'
66 s . summary = 'An embedded syncable NoSQL database for iOS and MacOS apps.'
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'CouchbaseLite'
3- s . version = '3.1.7 '
3+ s . version = '3.1.9 '
44 s . license = 'Apache License, Version 2.0'
55 s . homepage = 'https://github.com/couchbase/couchbase-lite-ios'
66 s . summary = 'An embedded syncable NoSQL database for iOS and MacOS apps.'
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ let package = Package(
1414 targets: [
1515 . binaryTarget(
1616 name: " CouchbaseLiteSwift " ,
17- url: " https://packages.couchbase.com/releases/couchbase-lite-ios/3.1.7 /couchbase-lite-swift_xc_community_3.1.7 .zip " ,
18- checksum: " 9945dcb352f051f2cacd170e077ec8ad32afa75e5dda177c9e96829ba45473c3 "
17+ url: " https://packages.couchbase.com/releases/couchbase-lite-ios/3.1.9 /couchbase-lite-swift_xc_community_3.1.9 .zip " ,
18+ checksum: " 26fb83bd3c417d094f44e87ff8876842619a126f9707c1d834476c680702facb "
1919 )
2020 ]
2121)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Couchbase Lite implementation is on top of [Couchbase Lite Core](https://github.
2121dependencies: [
2222 .package(name: "CouchbaseLiteSwift",
2323 url: "https://github.com/couchbase/couchbase-lite-ios.git",
24- from: "3.1.7 "),
24+ from: "3.1.9 "),
2525 ],
2626```
2727
@@ -31,7 +31,7 @@ dependencies: [
3131dependencies: [
3232 .package(name: "CouchbaseLiteSwift",
3333 url: "https://github.com/couchbase/couchbase-lite-swift-ee.git",
34- from: "3.1.7 "),
34+ from: "3.1.9 "),
3535 ],
3636```
3737
You can’t perform that action at this time.
0 commit comments