Last active
August 29, 2015 14:23
-
-
Save iangmaia/59d7e151eab6f7742a1a to your computer and use it in GitHub Desktop.
JSONKit.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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