Skip to content

Commit fa2b3db

Browse files
committed
2.3.8
1 parent 20ad9c8 commit fa2b3db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Formula/swiftinfo.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
class Swiftinfo < Formula
22
desc "📊 Extract and analyze the evolution of an iOS app's code."
33
homepage "https://github.com/rockbruno/SwiftInfo"
4-
version "2.3.7"
4+
version "2.3.8"
55
url "https://github.com/rockbruno/SwiftInfo/releases/download/#{version}/swiftinfo.zip"
66
# TODO: Try something to provide a SHA automatically
77

8-
depends_on :xcode => ["11.0", :build]
8+
depends_on :xcode => ["11.3", :build]
99

1010
def install
1111
bin.install Dir["bin/*"]

SwiftInfo.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftInfo'
33
s.module_name = 'SwiftInfo'
4-
s.version = '2.3.7'
4+
s.version = '2.3.8'
55
s.license = { type: 'MIT', file: 'LICENSE' }
66
s.summary = 'Extract and analyze the evolution of an iOS app\'s code.'
77
s.homepage = 'https://github.com/rockbruno/SwiftInfo'

0 commit comments

Comments
 (0)