Skip to content

Commit 5df3caa

Browse files
Podspec, SPM and Readme update 3.3.0 (#3465)
* CBL-7109: 3.3.0 release podspecs update. * SPM, Readme and podspec fix --------- Co-authored-by: Vlad Velicu <[email protected]>
1 parent 8fa206d commit 5df3caa

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

CouchbaseLite-Swift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
1717
s.osx.preserve_paths = 'frameworks/CBL_Swift/macOS/CouchbaseLiteSwift.framework'
1818
s.osx.vendored_frameworks = 'frameworks/CBL_Swift/macOS/CouchbaseLiteSwift.framework'
1919

20-
s.ios.deployment_target = '12.0'
21-
s.osx.deployment_target = '12.0'
20+
s.ios.deployment_target = '15.0'
21+
s.osx.deployment_target = '13.0'
2222
end

CouchbaseLite.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
1717
s.osx.preserve_paths = 'frameworks/CBL_ObjC/macOS/CouchbaseLite.framework'
1818
s.osx.vendored_frameworks = 'frameworks/CBL_ObjC/macOS/CouchbaseLite.framework'
1919

20-
s.ios.deployment_target = '12.0'
21-
s.osx.deployment_target = '12.0'
20+
s.ios.deployment_target = '15.0'
21+
s.osx.deployment_target = '13.0'
2222
end

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "CouchbaseLiteSwift",
66
platforms: [
7-
.iOS(.v12), .macOS(.v12)
7+
.iOS(.v15), .macOS(.v13)
88
],
99
products: [
1010
.library(
@@ -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.2.0/couchbase-lite-swift_xc_community_3.2.0.zip",
18-
checksum: "62c9f70038628822fa5d275b4c64c64f58abba6a5c178859f60160ee0e7baefd"
17+
url: "https://packages.couchbase.com/releases/couchbase-lite-ios/3.3.0/couchbase-lite-swift_xc_community_3.3.0.zip",
18+
checksum: "933c16e353249bd40f8ff0b47c6496f863f0a33e5cd2de461dcd86c958b7c548"
1919
)
2020
]
2121
)

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ Couchbase Lite implementation is on top of [Couchbase Lite Core](https://github.
99

1010

1111
## Requirements
12-
- iOS 12.0+ | macOS 12+
13-
14-
- iOS 12.0+ | macOS 12.0+
12+
- iOS 15.0+ | macOS 13.0+
1513

1614
## Installation
1715

@@ -25,7 +23,7 @@ Couchbase Lite implementation is on top of [Couchbase Lite Core](https://github.
2523
dependencies: [
2624
.package(name: "CouchbaseLiteSwift",
2725
url: "https://github.com/couchbase/couchbase-lite-ios.git",
28-
from: "3.2.0"),
26+
from: "3.3.0"),
2927
],
3028
```
3129

@@ -35,7 +33,7 @@ dependencies: [
3533
dependencies: [
3634
.package(name: "CouchbaseLiteSwift",
3735
url: "https://github.com/couchbase/couchbase-lite-swift-ee.git",
38-
from: "3.2.0"),
36+
from: "3.3.0"),
3937
],
4038
```
4139

0 commit comments

Comments
 (0)