a few fixes
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Your branch is ahead of 'origin/master' by 3 commits.
#
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#	modified:   ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec
#	modified:   ASIHTTPRequest/1.8/ASIHTTPRequest.podspec
#	modified:   Reachability/2.0.4/Reachability.podspec
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#	ASIHTTPRequest/.DS_Store
diff --git a/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec b/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec
index 8ca1191..7d83bdd 100644
--- a/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec
+++ b/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec
@@ -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
diff --git a/ASIHTTPRequest/1.8/ASIHTTPRequest.podspec b/ASIHTTPRequest/1.8/ASIHTTPRequest.podspec
index f7238c8..97a59ec 100644
--- a/ASIHTTPRequest/1.8/ASIHTTPRequest.podspec
+++ b/ASIHTTPRequest/1.8/ASIHTTPRequest.podspec
@@ -27,6 +27,6 @@ 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
 
diff --git a/Reachability/2.0.4/Reachability.podspec b/Reachability/2.0.4/Reachability.podspec
index 7015b85..4d89589 100644
--- a/Reachability/2.0.4/Reachability.podspec
+++ b/Reachability/2.0.4/Reachability.podspec
@@ -6,4 +6,5 @@ Pod::Spec.new do |s|
   s.authors      = 'Apple', 'Donoho Design Group, LLC' 
   s.summary      = 'A wrapper for the SystemConfiguration Reachablity APIs.'
   s.source_files = 'External/Reachability'
+  s.header_dir   = s.name
 end
