Skip to content

Commit df04236

Browse files
committed
Remove social media URL from podspecs
1 parent 79ea23d commit df04236

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

WordPress-Aztec-iOS.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Pod::Spec.new do |s|
2525
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2626
s.license = { :type => 'MPLv2', :file => 'LICENSE.md' }
2727
s.author = { 'Automattic' => '[email protected]', 'Diego Rey Mendez' => '[email protected]', 'Sergio Estevao' => '[email protected]', 'Jorge Leandro Perez' => '[email protected]' }
28-
s.social_media_url = "http://twitter.com/WordPressiOS"
2928
s.source = { :git => 'https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git', :tag => s.version.to_s }
3029
s.ios.deployment_target = '11.0'
3130
s.swift_version = '5.0'

WordPress-Editor-iOS.podspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ Pod::Spec.new do |s|
2525
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2626
s.license = { :type => 'MPLv2', :file => 'LICENSE.md' }
2727
s.author = { 'Automattic' => '[email protected]', 'Diego Rey Mendez' => '[email protected]', 'Sergio Estevao' => '[email protected]', 'Jorge Leandro Perez' => '[email protected]' }
28-
s.social_media_url = "http://twitter.com/WordPressiOS"
2928
s.source = { :git => 'https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git', :tag => s.version.to_s }
3029
s.ios.deployment_target = '11.0'
3130
s.swift_version = '5.0'
32-
3331
s.module_name = "WordPressEditor"
3432
s.source_files = 'WordPressEditor/WordPressEditor/Classes/**/*'
3533
s.resources = 'WordPressEditor/WordPressEditor/Assets/**/*'

0 commit comments

Comments
 (0)