Make first pods actually build.

This commit is contained in:
Eloy Duran
2011-09-12 01:05:13 +02:00
parent 7652200f35
commit bddde5852f
5 changed files with 21 additions and 3 deletions
@@ -22,5 +22,11 @@ Pod::Spec.new do
source_files 'Classes'
frameworks 'System/Library/Frameworks/CFNetwork.framework',
'System/Library/Frameworks/SystemConfiguration.framework',
'System/Library/Frameworks/MobileCoreServices.framework',
'System/Library/Frameworks/CoreGraphics.framework',
'usr/lib/libz.1.2.3.dylib'
dependency 'Reachability', '~> 2.0', '>= 2.0.4'
end