Skip to content

Commit

Permalink
Fix ASIHTTPRequest on osx.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Oct 20, 2011
1 parent f9377d6 commit 3e8c111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec
Expand Up @@ -23,7 +23,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes' s.source_files = 'Classes'
s.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'CFNetwork' s.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'CFNetwork'
else else
s.source_files = 'Classes/ASI[^AuthenticationDialog]*.*' s.source_files = 'Classes/ASI[^Auth]*.*'
s.frameworks = 'SystemConfiguration', 'CoreServices' s.frameworks = 'SystemConfiguration', 'CoreServices'
end end


Expand Down

0 comments on commit 3e8c111

Please sign in to comment.