Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions SQLiteMigrationManager.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SQLiteMigrationManager.swift"
s.version = "0.8.1"
s.version = "0.8.2"
s.summary = "Migration manager for SQLite.swift"
s.description = <<-DESC
Migration manager for SQLite.swift, based on FMDBMigrationManager.
Expand All @@ -20,12 +20,12 @@ Pod::Spec.new do |s|

s.subspec 'standard' do |ss|
ss.source_files = "Sources"
ss.dependency "SQLite.swift", "~> 0.13.0"
ss.dependency "SQLite.swift", "~> 0.14.1"
end

s.subspec 'SQLCipher' do |ss|
ss.source_files = "Sources"
ss.dependency "SQLite.swift/SQLCipher", "~> 0.13.0"
ss.dependency "SQLite.swift/SQLCipher", "~> 0.14.1"
end

end