Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeymild committed Sep 21, 2020
1 parent 3355ddc commit 417959d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ target 'SQLiteViewer' do

# Pods for SQLiteViewer
pod 'SQift', '~> 4.0'
pod 'Swifter', '~> 1.4.7'
pod 'Swifter', '~> 1.5.0-rc.1'
end

target 'SQLiteViewerTests' do
use_frameworks!
pod 'SQift', '~> 4.0'
pod 'Swifter', '~> 1.4.7'
pod 'Swifter', '~> 1.5.0-rc.1'
pod 'Starscream', '~> 3.1'
end
4 changes: 2 additions & 2 deletions SQLite.viewer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SQLite.viewer'
s.version = '3.0.3'
s.version = '3.0.5'
s.summary = 'An elegant library for debugging sqlite databases in iOS applications'
s.homepage = 'https://github.com/sergeymild/SQLite.viewer'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand All @@ -13,5 +13,5 @@ Pod::Spec.new do |s|
s.resource_bundles = { 'com.sergeymild.sqlite-viewer.assets' => ['Sources/**/*.{js,css,ico,html}'] }

s.dependency 'SQift', '~> 4.0'
s.dependency 'Swifter'
s.dependency 'Swifter', '~> 1.5.0-rc.1'
end

0 comments on commit 417959d

Please sign in to comment.