Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tao authored and tao committed Oct 31, 2016
1 parent 1f4818d commit 7bc40e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TTAlert.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Pod::Spec.new do |s|
s.version = "0.0.1"
s.ios.deployment_target = '7.0'
s.summary = "This is a custom alert view."
s.homepage = "https://github.com/coco227/TTAlertView"
s.homepage = "https://github.com/coco227/TTAlert"
s.license = "MIT"
s.author = { "tao" => "[email protected]" }
s.social_media_url = "http://my.oschina.net/227/blog"
s.source = { :git => "https://github.com/coco227/TTAlertView.git", :tag => s.version }
s.source = { :git => "https://github.com/coco227/TTAlert.git", :tag => s.version }
s.source_files = "TTAlert"
s.requires_arc = true
end

0 comments on commit 7bc40e8

Please sign in to comment.