Skip to content

Commit

Permalink
Swift Package, Pods and README update (#3199)
Browse files Browse the repository at this point in the history
  • Loading branch information
velicuvlad authored Nov 9, 2023
1 parent f480b94 commit ac56908
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CouchbaseLite-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CouchbaseLite-Swift'
s.version = '2.0.0'
s.version = '3.0.15'
s.license = 'Apache License, Version 2.0'
s.homepage = 'https://github.com/couchbase/couchbase-lite-ios'
s.summary = 'An embedded syncable NoSQL database for iOS and MacOS apps.'
Expand All @@ -17,6 +17,6 @@ Pod::Spec.new do |s|
s.osx.preserve_paths = 'frameworks/CBL Swift/macOS/CouchbaseLiteSwift.framework'
s.osx.vendored_frameworks = 'frameworks/CBL Swift/macOS/CouchbaseLiteSwift.framework'

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.12'
end
6 changes: 3 additions & 3 deletions CouchbaseLite.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CouchbaseLite'
s.version = '2.0.0'
s.version = '3.0.15'
s.license = 'Apache License, Version 2.0'
s.homepage = 'https://github.com/couchbase/couchbase-lite-ios'
s.summary = 'An embedded syncable NoSQL database for iOS and MacOS apps.'
Expand All @@ -17,6 +17,6 @@ Pod::Spec.new do |s|
s.osx.preserve_paths = 'frameworks/CBL ObjC/macOS/CouchbaseLite.framework'
s.osx.vendored_frameworks = 'frameworks/CBL ObjC/macOS/CouchbaseLite.framework'

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.12'
end
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "CouchbaseLiteSwift",
url: "https://packages.couchbase.com/releases/couchbase-lite-ios/3.0.12/couchbase-lite-swift_xc_community_3.0.12.zip",
checksum: "ee10307cab41018cc77632d5781f7d33452380c4c6a728840e1eddd0b03fbcba"
url: "https://packages.couchbase.com/releases/couchbase-lite-ios/3.0.15/couchbase-lite-swift_xc_community_3.0.15.zip",
checksum: "414307a7c73f6d707c7e3677a3e3ccff965fae57049c3ab76b87e3358aa4e1db"
)
]
)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Couchbase Lite implementation is on top of [Couchbase Lite Core](https://github.
dependencies: [
.package(name: "CouchbaseLiteSwift",
url: "https://github.com/couchbase/couchbase-lite-ios.git",
from: "3.0.7"),
from: "3.0.15"),
],
```

Expand All @@ -35,7 +35,7 @@ dependencies: [
dependencies: [
.package(name: "CouchbaseLiteSwift",
url: "https://github.com/couchbase/couchbase-lite-swift-ee.git",
from: "3.0.7"),
from: "3.0.15"),
],
```

Expand Down

0 comments on commit ac56908

Please sign in to comment.