Skip to content

Commit

Permalink
Ver bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbruno committed May 9, 2020
1 parent 519d8bc commit 9a07440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Formula/swiftinfo.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
class Swiftinfo < Formula
desc "📊 Extract and analyze the evolution of an iOS app's code."
homepage "https://github.com/rockbruno/SwiftInfo"
version "2.3.8"
version "2.3.10"
url "https://github.com/rockbruno/SwiftInfo/releases/download/#{version}/swiftinfo.zip"
# TODO: Try something to provide a SHA automatically

depends_on :xcode => ["11.3", :build]
depends_on :xcode => ["11.4", :build]

def install
bin.install Dir["bin/*"]
Expand Down
2 changes: 1 addition & 1 deletion SwiftInfo.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'SwiftInfo'
s.module_name = 'SwiftInfo'
s.version = '2.3.9'
s.version = '2.3.10'
s.license = { type: 'MIT', file: 'LICENSE' }
s.summary = 'Extract and analyze the evolution of an iOS app\'s code.'
s.homepage = 'https://github.com/rockbruno/SwiftInfo'
Expand Down

0 comments on commit 9a07440

Please sign in to comment.