Adding social url

This commit is contained in:
Yannick Loriot 2016-10-10 09:45:52 +02:00
parent c9e1512194
commit 3ad3f15e7e
1 changed files with 8 additions and 7 deletions

View File

@ -1,11 +1,12 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'Reactions' s.name = 'Reactions'
s.version = '1.0.1' s.version = '1.0.1'
s.license = 'MIT' s.license = 'MIT'
s.summary = 'Fully customizable Facebook reactions control' s.summary = 'Fully customizable Facebook reactions control'
s.homepage = 'https://github.com/yannickl/Reactions' s.homepage = 'https://github.com/yannickl/Reactions'
s.authors = { 'Yannick Loriot' => 'contact@yannickloriot.com' } s.authors = { 'Yannick Loriot' => 'contact@yannickloriot.com' }
s.source = { :git => 'https://github.com/yannickl/Reactions.git', :tag => s.version } 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.deployment_target = '8.0'
s.ios.framework = 'UIKit' s.ios.framework = 'UIKit'