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

Commit

Permalink
Merge pull request #8 from ZZBHuang/cocoapods-fix
Browse files Browse the repository at this point in the history
Update podspec source path for people behind firewalls
  • Loading branch information
ZZBHuang authored Jul 14, 2016
2 parents 7fd32ac + a783136 commit 89cfe5b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 89cfe5b

Please sign in to comment.