Skip to content

Commit

Permalink
fixed Podfile Unsupported options otherwise it wouldn't pod install
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardoc committed Aug 20, 2016
1 parent 1eb3cd3 commit aefa3eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ workspace 'Masonry'

platform :ios, '8.0'

xcodeproj 'Examples/Masonry iOS Examples'
target 'Masonry iOS Examples', :exclusive => true do
project 'Examples/Masonry iOS Examples'
target 'Masonry iOS Examples' do
pod 'Masonry', :path => './'
end

target 'Masonry iOS Tests', :exclusive => true do
xcodeproj 'Tests/Masonry Tests'
target 'Masonry iOS Tests' do
project 'Tests/Masonry Tests'
pod 'Expecta'
end

target 'MasonryTestsLoader', :exclusive => true do
xcodeproj 'Tests/Masonry Tests'
target 'MasonryTestsLoader' do
project 'Tests/Masonry Tests'
pod 'Masonry', :path => './'
end

Expand Down

0 comments on commit aefa3eb

Please sign in to comment.