Skip to content

Commit

Permalink
πŸ”– Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Dec 16, 2019
1 parent 6eec3ad commit 99ec5f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Reqres.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Reqres'
s.version = '3.1.0'
s.version = '3.1.1'
s.summary = 'Simple network activity logger'
s.description = <<-DESC
Logs every request app makes, works great with Alamofire.
Expand All @@ -10,6 +10,6 @@ Logs every request app makes, works great with Alamofire.
s.author = { 'Ackee' => '[email protected]' }
s.source = { :git => 'https://github.com/AckeeCZ/Reqres.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.swift_version = '5.0'
s.swift_version = '5.1'
s.source_files = 'Reqres/*.swift'
end

0 comments on commit 99ec5f9

Please sign in to comment.