Skip to content

Commit 1a76ab1

Browse files
committed
Explicitly set required versions
1 parent 9c37e87 commit 1a76ab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SQLite.swift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Pod::Spec.new do |s|
5454
'OTHER_SWIFT_FLAGS' => '$(inherited) -DSQLITE_SWIFT_STANDALONE'
5555
}
5656

57-
ss.dependency 'sqlite3'
57+
ss.dependency 'sqlite3', '>= 3.14.0'
5858
end
5959

6060
s.subspec 'SQLCipher' do |ss|
@@ -65,6 +65,6 @@ Pod::Spec.new do |s|
6565
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) SQLITE_HAS_CODEC=1'
6666
}
6767

68-
ss.dependency 'SQLCipher'
68+
ss.dependency 'SQLCipher', '>= 3.4.0'
6969
end
7070
end

0 commit comments

Comments
 (0)