Skip to content

Instantly share code, notes, and snippets.

@pi-chan
Last active December 26, 2015 20:48
Show Gist options
  • Save pi-chan/7210992 to your computer and use it in GitHub Desktop.
Save pi-chan/7210992 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'JSONKit'
s.version = '1.5pre2'
s.license = 'BSD / Apache License, Version 2.0'
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/SpacyRicochet/JSONKit.git', :commit => 'b942b7eee06583a57895ee1953e7bab87df2b0c4' }
s.source_files = 'JSONKit.*'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment