Fix ASIHTTPRequest specs.

I need to make `pod spec lint` take a list of files...
This commit is contained in:
Eloy Duran
2011-09-25 10:46:58 -05:00
parent ed7d2cba72
commit 834b09ea99
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,5 +26,5 @@ Pod::Spec.new do |s|
'-framework MobileCoreServices ' \
'-l z.1' }
dependency 'Reachability', '~> 2.0', '>= 2.0.4'
s.dependency 'Reachability', '~> 2.0', '>= 2.0.4'
end