Skip to content

Commit 75b344d

Browse files
committed
fix carthage podfile
1 parent 34c9cbc commit 75b344d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Podfile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,13 @@ end
77
target 'Leanplum-iOS-Example' do
88
platform :ios, '8.0'
99

10-
pod 'Leanplum-iOS-SDK-source', :path => './'
10+
pod 'Leanplum-iOS-SDK', :path => './'
1111

1212
target 'LeanplumSDKTests' do
1313
inherit! :search_paths
1414

15-
pod 'Leanplum-iOS-SDK-source', :path => './'
15+
pod 'Leanplum-iOS-SDK', :path => './'
1616
pod 'OCMock', '~> 3.3.1'
1717
pod 'OHHTTPStubs'
1818
end
1919
end
20-
21-
target 'Leanplum-tvOS-Example' do
22-
platform :tvos, '9.0'
23-
pod 'Leanplum-tvOS-SDK-source', :path => './'
24-
end

0 commit comments

Comments
 (0)