Commit fa2b3db 1 parent 20ad9c8 commit fa2b3db Copy full SHA for fa2b3db
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
class Swiftinfo < Formula
2
2
desc "📊 Extract and analyze the evolution of an iOS app's code."
3
3
homepage "https://github.com/rockbruno/SwiftInfo"
4
- version "2.3.7 "
4
+ version "2.3.8 "
5
5
url "https://github.com/rockbruno/SwiftInfo/releases/download/#{ version } /swiftinfo.zip"
6
6
# TODO: Try something to provide a SHA automatically
7
7
8
- depends_on :xcode => [ "11.0 " , :build ]
8
+ depends_on :xcode => [ "11.3 " , :build ]
9
9
10
10
def install
11
11
bin . install Dir [ "bin/*" ]
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'SwiftInfo'
3
3
s . module_name = 'SwiftInfo'
4
- s . version = '2.3.7 '
4
+ s . version = '2.3.8 '
5
5
s . license = { type : 'MIT' , file : 'LICENSE' }
6
6
s . summary = 'Extract and analyze the evolution of an iOS app\'s code.'
7
7
s . homepage = 'https://github.com/rockbruno/SwiftInfo'
You can’t perform that action at this time.
0 commit comments