Created
October 10, 2014 14:32
-
-
Save pilot34/599fa4a205f5a0d850c3 to your computer and use it in GitHub Desktop.
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
Pod::Spec.new do |s| | |
s.name = 'JSONKit' | |
s.version = '1.2' | |
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