Skip to content

Instantly share code, notes, and snippets.

@pilot34
Last active December 25, 2015 12:28
Show Gist options
  • Save pilot34/6976240 to your computer and use it in GitHub Desktop.
Save pilot34/6976240 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'JSONKit'
s.version = '1.5pre'
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/educreations/JSONKit' }
s.source_files = 'JSONKit.*'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment