Skip to content

Instantly share code, notes, and snippets.

@iangmaia
Last active August 29, 2015 14:23
Show Gist options
  • Save iangmaia/59d7e151eab6f7742a1a to your computer and use it in GitHub Desktop.
Save iangmaia/59d7e151eab6f7742a1a to your computer and use it in GitHub Desktop.
JSONKit.podspec
# podspec pointing to a fixed JSONKit (dependency of the SoundCloud SDK)
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/heroims/JSONKit'
s.author = 'John Engelhart'
s.source = { :git => 'https://github.com/kelp404/JSONKit', :commit => '60b81aeebe7c184e32e9716c2a6891a9a84d4084' }
s.compiler_flags = '-fno-objc-arc'
s.requires_arc = false
s.source_files = 'JSONKit.*'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment