Skip to content

Commit 69d1216

Browse files
committed
fix: Change contact link
1 parent 5540330 commit 69d1216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OffensiveAudioClassifier.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'OffensiveAudioClassifier'
3-
s.version = '1.0.6'
3+
s.version = '1.0.7'
44
s.summary = 'A powerful library for iOS developers to detect offensive language and hate speech in audio files, with support for SwiftUI and UIKit.'
55

66
s.description = <<-DESC
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.license = { :type => 'MIT', :file => 'LICENSE' }
1212
s.author = { 'Erick Ribeiro' => 'erickrocha965@gmail.com', 'Gabriel Eduardo' => 'exemplo@gmail.com', 'Letícia Malagutti' => 'leticiamalagutti@yahoo.com.br', 'Victor Inácio' => 'chustrupgamer@gmail.com' }
1313
s.source = { :git => 'https://github.com/erickrib/OffensiveAudioClassifier.git', :tag => s.version.to_s }
14-
s.social_media_url = 'https://www.linkedin.com/in/erickrib/'
14+
s.social_media_url = 'https://www.linkedin.com/in/erickrib/?locale=en_US'
1515

1616
s.ios.deployment_target = '17.0'
1717
s.swift_version = '5.0'

0 commit comments

Comments
 (0)