Skip to content

Commit

Permalink
Fixes the previous podspec homepage url
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroFranco committed Apr 23, 2014
1 parent bf9ad15 commit db77632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFWeather/1.0/AFWeather.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|

s.description = "AFWeather is a Objective-C wrapper for weather forecast that supports 5 services"

s.homepage = "http://www.alvarofranco.me"
s.homepage = "https://github.com/AlvaroFranco/AFWeather"

s.license = 'MIT'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit db77632

Please sign in to comment.