Update the way resources are selected for 0.3.2.

This commit is contained in:
Eloy Duran
2011-11-15 21:33:20 +01:00
parent bd8edd9519
commit 82755db33e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes'
s.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'CFNetwork'
else
s.source_files = 'Classes/ASI[^Auth]*.*'
s.source_files = FileList['Classes/*.*'].exclude(/ASIAuthenticationDialog\.\w$/)
s.frameworks = 'SystemConfiguration', 'CoreServices'
end