Skip to content

Commit

Permalink
chore: update capacitor twitter url (#3099)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jun 12, 2020
1 parent 9cb36bb commit 782e57a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = 'CordovaPluginsResources'
s.version = '0.0.105'
s.summary = 'Resources for Cordova plugins'
s.social_media_url = 'http://twitter.com/getcapacitor'
s.social_media_url = 'https://twitter.com/capacitorjs'
s.license = 'MIT'
s.homepage = 'https://capacitor.ionicframework.com/'
s.authors = { 'Ionic Team' => '[email protected]' }
Expand Down
2 changes: 1 addition & 1 deletion cli/test/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Pod::Spec.new do |s|
s.name = 'CordovaPluginsResources'
s.version = '0.0.105'
s.summary = 'Resources for Cordova plugins'
s.social_media_url = 'http://twitter.com/getcapacitor'
s.social_media_url = 'https://twitter.com/capacitorjs'
s.license = 'MIT'
s.homepage = 'https://capacitor.ionicframework.com/'
s.authors = { 'Ionic Team' => '[email protected]' }
Expand Down
2 changes: 1 addition & 1 deletion ios/Capacitor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.name = 'Capacitor'
s.version = package['version']
s.summary = 'Capacitor for iOS'
s.social_media_url = 'http://twitter.com/getcapacitor'
s.social_media_url = 'https://twitter.com/capacitorjs'
s.license = 'MIT'
s.homepage = 'https://capacitor.ionicframework.com/'
s.ios.deployment_target = '11.0'
Expand Down

0 comments on commit 782e57a

Please sign in to comment.