Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alphatroya/e7540426ef8d31714871b74dd87a0ff3 to your computer and use it in GitHub Desktop.
Save alphatroya/e7540426ef8d31714871b74dd87a0ff3 to your computer and use it in GitHub Desktop.
JSONKit custom cocoapods spec
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.*'
s.requires_arc = false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment