Adding social url
This commit is contained in:
parent
c9e1512194
commit
3ad3f15e7e
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue