We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977be0b commit 48fba03Copy full SHA for 48fba03
SQLiteMigrationManager.swift.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SQLiteMigrationManager.swift"
3
- s.version = "0.8.1"
+ s.version = "0.8.2"
4
s.summary = "Migration manager for SQLite.swift"
5
s.description = <<-DESC
6
Migration manager for SQLite.swift, based on FMDBMigrationManager.
@@ -20,12 +20,12 @@ Pod::Spec.new do |s|
20
21
s.subspec 'standard' do |ss|
22
ss.source_files = "Sources"
23
- ss.dependency "SQLite.swift", "~> 0.13.0"
+ ss.dependency "SQLite.swift", "~> 0.14.1"
24
end
25
26
s.subspec 'SQLCipher' do |ss|
27
28
- ss.dependency "SQLite.swift/SQLCipher", "~> 0.13.0"
+ ss.dependency "SQLite.swift/SQLCipher", "~> 0.14.1"
29
30
31
0 commit comments