From 1bd37cbd5dd7382501772c8d1a03820aecd699f0 Mon Sep 17 00:00:00 2001 From: Mason Phillips Date: Fri, 20 May 2016 13:06:49 -0400 Subject: [PATCH] Update Podfile Updating Podfile to be compatible with v1.0.0 of Cocoapods --- templates/Podfile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/templates/Podfile b/templates/Podfile index 3b38f95..70e72b5 100644 --- a/templates/Podfile +++ b/templates/Podfile @@ -2,10 +2,15 @@ source 'https://github.com/CocoaPods/Specs' platform :ios, '<%= deployment_target %>' -# Add Application pods here +# Uncomment this line if you use Swift +# use_frameworks! -target :unit_tests, :exclusive => true do - link_with '<%= test_target_name %>' +target '<%= project_name %>' do + # Application Pods +end + +abstract_target :unit_tests do + target '<%= test_target_name %>' pod 'Specta' pod 'Expecta' pod 'OCMock'