Skip to content

Commit

Permalink
Use https for author twitter link
Browse files Browse the repository at this point in the history
  • Loading branch information
fangpenlin committed Sep 20, 2017
1 parent 6faa87f commit 15bc9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Embassy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |spec|
spec.license = 'MIT'
spec.license = { type: 'MIT', file: 'LICENSE' }
spec.author = { 'Fang-Pen Lin' => '[email protected]' }
spec.social_media_url = 'http://twitter.com/fangpenlin'
spec.social_media_url = 'https://twitter.com/fangpenlin'
spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.10'
spec.source = {
Expand Down

0 comments on commit 15bc9fd

Please sign in to comment.