We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c9cbc commit 75b344dCopy full SHA for 75b344d
Podfile
@@ -7,18 +7,13 @@ end
7
target 'Leanplum-iOS-Example' do
8
platform :ios, '8.0'
9
10
- pod 'Leanplum-iOS-SDK-source', :path => './'
+ pod 'Leanplum-iOS-SDK', :path => './'
11
12
target 'LeanplumSDKTests' do
13
inherit! :search_paths
14
15
16
pod 'OCMock', '~> 3.3.1'
17
pod 'OHHTTPStubs'
18
end
19
20
-
21
-target 'Leanplum-tvOS-Example' do
22
- platform :tvos, '9.0'
23
- pod 'Leanplum-tvOS-SDK-source', :path => './'
24
-end
0 commit comments