Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzeyu committed Apr 10, 2016
1 parent 1a94bc9 commit 75c7339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

target 'CZPicker_Example', :exclusive => true do
target 'CZPicker_Example' do
pod "CZPicker", :path => "../"
end

target 'CZPicker_Tests', :exclusive => true do
target 'CZPicker_Tests' true do
pod "CZPicker", :path => "../"
end

0 comments on commit 75c7339

Please sign in to comment.