Skip to content

Commit

Permalink
Swift Package and Pods update
Browse files Browse the repository at this point in the history
  • Loading branch information
velicuvlad committed Nov 9, 2023
1 parent f480b94 commit dcbc3e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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"
)
]
)

0 comments on commit dcbc3e0

Please sign in to comment.