Skip to content

Commit dbfb059

Browse files
committed
Fixed pod file for travis
1 parent 117cdd9 commit dbfb059

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Project/Podfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
target :ios do
1+
target 'iOS-Tests' do
22
platform :ios, '5.0'
3-
link_with 'iOS-Tests'
43
pod 'OMPromises/HTTP', :path => '../'
54
end
65

7-
target :osx do
6+
target 'OSX-Tests' do
87
platform :osx, '10.7'
9-
link_with 'OSX-Tests'
108
pod 'OMPromises/HTTP', :path => '../'
119
end
1210

13-
target :tvos do
11+
target 'tvOS-Tests' do
1412
platform :tvos, '9.0'
15-
link_with 'tvOS-Tests'
1613
pod 'OMPromises/HTTP', :path => '../'
1714
end

0 commit comments

Comments
 (0)