Skip to content

Commit

Permalink
fix. wrong url
Browse files Browse the repository at this point in the history
  • Loading branch information
liu044100 committed Apr 24, 2016
1 parent 34726f8 commit 2b93992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SmileLock.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
3. Customize UI.
DESC

s.homepage = "https://github.com/liu044100/SmileLock"
s.homepage = "https://github.com/liu044100/Smile-Lock"
s.screenshots = "https://raw.githubusercontent.com/liu044100/Smile-Lock/master/SmileLock-Example/demo_gif/demo.gif"
s.license = { :type => "MIT", :file => "LICENSE" }

Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|

s.platform = :ios, '9.0'
s.requires_arc = true
s.source = { :git => "https://github.com/liu044100/SmileLock.git", :tag => s.version.to_s}
s.source = { :git => "https://github.com/liu044100/Smile-Lock.git", :tag => s.version.to_s}
s.source_files = 'SmileLock/Classes/*.{swift}'
s.resources = ['SmileLock/Assets/*.xib']
s.frameworks = 'UIKit'
Expand Down

0 comments on commit 2b93992

Please sign in to comment.