From a7831368e37aae2bac5290020a0bd6f8c52a4983 Mon Sep 17 00:00:00 2001 From: Howard Huang Date: Thu, 14 Jul 2016 14:45:15 +0800 Subject: [PATCH] Update podspec source path for people behind firewalls --- YangMingShan.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YangMingShan.podspec b/YangMingShan.podspec index 5d854ce..8778c00 100644 --- a/YangMingShan.podspec +++ b/YangMingShan.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.summary = 'The collection of useful UI components that inspired by Yahoo apps.' s.homepage = 'https://github.com/yahoo/YangMingShan' s.license = "Yahoo! Inc. BSD license" - s.source = { :git => 'git@github.com:yahoo/YangMingShan.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/yahoo/YangMingShan.git', :tag => s.version.to_s } s.requires_arc = true s.frameworks = ['Foundation', 'UIKit', 'QuartzCore'] s.platform = :ios, '8.0'