Skip to content

Commit

Permalink
changed homepage to appropriate one
Browse files Browse the repository at this point in the history
  • Loading branch information
weed committed Sep 25, 2012
1 parent 88238dd commit 49152eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoloComponents-iOS/0.0.1/SoloComponents-iOS.podspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
s.version = '0.0.1' s.version = '0.0.1'
s.platform = :ios s.platform = :ios
s.summary = 'Self-contained, two-file (.h/.m) iPhone/iPad components that are dead-easy to drop into your projects.' s.summary = 'Self-contained, two-file (.h/.m) iPhone/iPad components that are dead-easy to drop into your projects.'
s.homepage = 'http://www.tarantsov.com/' s.homepage = 'https://github.com/andreyvit/SoloComponents-iOS'
s.author = { 'Andrey Tarantsov' => 'andreyvit@gmail.com' } s.author = { 'Andrey Tarantsov' => 'andreyvit@gmail.com' }
s.source = { :git => 'https://github.com/andreyvit/SoloComponents-iOS.git', s.source = { :git => 'https://github.com/andreyvit/SoloComponents-iOS.git',
:commit => '52b181733e043dda121817e6ea1c5f4a146985ef' } :commit => '52b181733e043dda121817e6ea1c5f4a146985ef' }
Expand Down

0 comments on commit 49152eb

Please sign in to comment.