Skip to content

Instantly share code, notes, and snippets.

@marklarr
Created March 4, 2014 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marklarr/9357577 to your computer and use it in GitHub Desktop.
Save marklarr/9357577 to your computer and use it in GitHub Desktop.
JSONKit 1.5pre.1
Pod::Spec.new do |s|
s.name = 'JSONKit'
s.version = '1.5pre.1'
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/johnezang/JSONKit.git', :commit => '82157634ca0ca5b6a4a67a194dd11f15d9b72835' }
s.source_files = 'JSONKit.*'
end
@marklarr
Copy link
Author

marklarr commented Mar 4, 2014

Use:

pod 'JSONKit', :podspec => 'https://gist.githubusercontent.com/marklarr/9357577/raw/af6e7cf6332799819001586ece8c12ce11a4abce/gistfile1.txt'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment