Skip to content

Commit

Permalink
- changes the JSONKit 1.5pre url to use https so that it isn't blocke…
Browse files Browse the repository at this point in the history
…d by corporate firewalls
  • Loading branch information
Saurabh Garg committed Dec 20, 2012
1 parent 188a9f2 commit a4e59dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSONKit/1.5pre/JSONKit.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'A Very High Performance Objective-C JSON Library.'
s.homepage = 'https://github.com/johnezang/JSONKit'
s.author = 'John Engelhart'
s.source = { :git => 'git://github.com/johnezang/JSONKit.git', :commit => '0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce' }
s.source = { :git => 'https://github.com/johnezang/JSONKit.git', :commit => '0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce' }

s.source_files = 'JSONKit.*'
s.compiler_flags = '-Wno-deprecated-objc-isa-usage', '-Wno-format'
Expand Down

0 comments on commit a4e59dc

Please sign in to comment.