Skip to content

Commit d74acf9

Browse files
committed
Swift 5.2 bump
1 parent ab3822d commit d74acf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftInfo.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftInfo'
33
s.module_name = 'SwiftInfo'
4-
s.version = '2.3.8'
4+
s.version = '2.3.9'
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'
88
s.authors = { 'Bruno Rocha' => '[email protected]' }
9-
s.social_media_url = 'https://twitter.com/rockthebruno'
9+
s.social_media_url = 'https://twitter.com/rockbruno_'
1010
s.source = { http: "https://github.com/rockbruno/SwiftInfo/releases/download/#{s.version}/SwiftInfo.zip" }
1111
s.preserve_paths = '*'
1212
s.exclude_files = '**/file.zip'

0 commit comments

Comments
 (0)