Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Update podspec source path for people behind firewalls #8

Merged
merged 1 commit into from
Jul 14, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion YangMingShan.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down