Skip to content

Instantly share code, notes, and snippets.

@pilot34
Created January 13, 2015 20:34
Show Gist options
  • Save pilot34/cb50ee97f285b450db56 to your computer and use it in GitHub Desktop.
Save pilot34/cb50ee97f285b450db56 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'JSONKit'
s.version = '1.4'
s.license = { :type => 'BSD / Apache License, Version 2.0', :file => 'LICENCE' }
s.summary = 'A Very High Performance Objective-C JSON Library.'
s.homepage = 'https://github.com/ignazioc/JSONKit-NoWarning'
s.author = 'John Engelhart'
s.source = { :git => 'https://github.com/ignazioc/JSONKit-NoWarning.git' }
s.source_files = 'JSONKit.*'
s.requires_arc = false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment