diff --git a/Reactions.podspec b/Reactions.podspec index 6d1b4a3..1cd13e9 100644 --- a/Reactions.podspec +++ b/Reactions.podspec @@ -1,11 +1,12 @@ Pod::Spec.new do |s| - s.name = 'Reactions' - s.version = '1.0.1' - s.license = 'MIT' - s.summary = 'Fully customizable Facebook reactions control' - s.homepage = 'https://github.com/yannickl/Reactions' - s.authors = { 'Yannick Loriot' => 'contact@yannickloriot.com' } - s.source = { :git => 'https://github.com/yannickl/Reactions.git', :tag => s.version } + s.name = 'Reactions' + s.version = '1.0.1' + s.license = 'MIT' + s.summary = 'Fully customizable Facebook reactions control' + s.homepage = 'https://github.com/yannickl/Reactions' + s.authors = { 'Yannick Loriot' => 'contact@yannickloriot.com' } + s.social_media_url = 'https://twitter.com/yannickloriot' + s.source = { :git => 'https://github.com/yannickl/Reactions.git', :tag => s.version } s.ios.deployment_target = '8.0' s.ios.framework = 'UIKit'