Skip to content

Instantly share code, notes, and snippets.

@onlyyoujack
Last active December 16, 2015 17:50
Show Gist options
  • Save onlyyoujack/5473571 to your computer and use it in GitHub Desktop.
Save onlyyoujack/5473571 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'ShareKit'
s.version = '2.0'
s.summary = 'In order to make it easier for new users to choose a canonical fork of ShareKit, the ShareKit community has decided to band together and take responsibility for collecting useful commits into what we're calling "ShareKit 2". It is now ready for you. It is the first officially stable version of ShareKit since February 2010, with more frequent updates expected.'
s.homepage = 'https://github.com/ShareKit/ShareKit'
s.author = 'ShareKit'
s.source = { :git => 'https://github.com/onlyyoujack/ShareKit.git', :tag => 'v2.0' }
s.source_files = 'ShareKit/Classes/ShareKit'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment