Skip to content

Commit

Permalink
Update Podfile
Browse files Browse the repository at this point in the history
Updating Podfile to be compatible with v1.0.0 of Cocoapods
  • Loading branch information
MatrixSenpai committed May 20, 2016
1 parent 8877724 commit 1bd37cb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions templates/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1bd37cb

Please sign in to comment.