Skip to content

Commit

Permalink
Remove social_media_url from podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Dec 17, 2020
1 parent bc392de commit a1eab92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Periphery.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Pod::Spec.new do |spec|
spec.homepage = "https://github.com/peripheryapp/periphery"
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.author = { "Ian Leitch" => "[email protected]" }
spec.social_media_url = "https://twitter.com/peripheryswift"
spec.source = { :http => "#{spec.homepage}/releases/download/#{spec.version}/periphery-v#{spec.version}.zip" }
spec.preserve_paths = '*'
end

0 comments on commit a1eab92

Please sign in to comment.