Skip to content

Commit eb1a10f

Browse files
authored
chore: Remove social_media_url from podspecs (#7914)
1 parent 49c1d73 commit eb1a10f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

capacitor-cordova-ios-plugins/CordovaPluginsResources.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Pod::Spec.new do |s|
22
s.name = 'CordovaPluginsResources'
33
s.version = '0.0.105'
44
s.summary = 'Resources for Cordova plugins'
5-
s.social_media_url = 'https://twitter.com/capacitorjs'
65
s.license = 'MIT'
76
s.homepage = 'https://capacitorjs.com/'
87
s.authors = { 'Ionic Team' => 'hi@ionicframework.com' }

ios/Capacitor.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Pod::Spec.new do |s|
1010
s.name = 'Capacitor'
1111
s.version = package['version']
1212
s.summary = 'Capacitor for iOS'
13-
s.social_media_url = 'https://twitter.com/capacitorjs'
1413
s.license = 'MIT'
1514
s.homepage = 'https://capacitorjs.com/'
1615
s.ios.deployment_target = '14.0'

0 commit comments

Comments
 (0)