platform :ios, '6.0' workspace 'simple' xcodeproj 'app/simple.xcodeproj' link_with 'simple' pod 'ObjectiveSugar' pod "static-lib", :path => "../static-lib" target :test, :exclusive => true do link_with 'unit-tests' pod 'Kiwi' end