From a4e59dc9f9c484c7899e673ae0585a9122bb3514 Mon Sep 17 00:00:00 2001 From: Saurabh Garg Date: Thu, 20 Dec 2012 17:18:19 +0100 Subject: [PATCH] - changes the JSONKit 1.5pre url to use https so that it isn't blocked by corporate firewalls --- JSONKit/1.5pre/JSONKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSONKit/1.5pre/JSONKit.podspec b/JSONKit/1.5pre/JSONKit.podspec index 42c15885..4133d493 100644 --- a/JSONKit/1.5pre/JSONKit.podspec +++ b/JSONKit/1.5pre/JSONKit.podspec @@ -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'