Skip to content

Commit

Permalink
Update the commit hash in the podspec to work and pass validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
markrickert committed Apr 10, 2013
1 parent 4638d7b commit 47dd99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Forecastr.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/iwasrobbed/Forecastr" s.homepage = "https://github.com/iwasrobbed/Forecastr"
s.license = { :type => 'MIT', :file => 'LICENSE' } s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'Rob Phillips' s.author = 'Rob Phillips'
s.source = { :git => "https://github.com/iwasrobbed/Forecastr.git", :commit => "c14e0bc9de" } s.source = { :git => "https://github.com/iwasrobbed/Forecastr.git", :commit => "4638d7b2f6" }
s.platform = :ios, '5.0' s.platform = :ios, '5.0'
s.source_files = 'Forecastr' s.source_files = 'Forecastr'
s.resources = "Forecastr/*.plist" s.resources = "Forecastr/*.plist"
Expand Down

0 comments on commit 47dd99c

Please sign in to comment.