Skip to content

Instantly share code, notes, and snippets.

@marcdown
Last active December 15, 2015 15:38
Show Gist options
  • Save marcdown/5282955 to your computer and use it in GitHub Desktop.
Save marcdown/5282955 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'JSONKit'
s.version = '1.6'
s.summary = 'A Very High Performance Objective-C JSON Library.'
s.homepage = 'https://github.com/johnezang/JSONKit'
s.author = 'John Engelhart'
s.source = { :git => 'https://github.com/creativemess/JSONKit.git' }
s.source_files = 'JSONKit.*'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment