We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3822d commit d74acf9Copy full SHA for d74acf9
SwiftInfo.podspec
@@ -1,12 +1,12 @@
1
Pod::Spec.new do |s|
2
s.name = 'SwiftInfo'
3
s.module_name = 'SwiftInfo'
4
- s.version = '2.3.8'
+ s.version = '2.3.9'
5
s.license = { type: 'MIT', file: 'LICENSE' }
6
s.summary = 'Extract and analyze the evolution of an iOS app\'s code.'
7
s.homepage = 'https://github.com/rockbruno/SwiftInfo'
8
s.authors = { 'Bruno Rocha' => '[email protected]' }
9
- s.social_media_url = 'https://twitter.com/rockthebruno'
+ s.social_media_url = 'https://twitter.com/rockbruno_'
10
s.source = { http: "https://github.com/rockbruno/SwiftInfo/releases/download/#{s.version}/SwiftInfo.zip" }
11
s.preserve_paths = '*'
12
s.exclude_files = '**/file.zip'
0 commit comments