Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
target 'Leanplum-SDK_Example' do
platform :ios, '6.0'

pod 'Leanplum-SDK', :path => '../'
pod 'Leanplum-iOS-SDK-source', :path => '../'
end

target 'Leanplum-tvOS-SDK_Example' do
platform :tvos, '6.0'

pod 'Leanplum-SDK', :path => '../'
pod 'Leanplum-iOS-SDK-source', :path => '../'
end
10 changes: 5 additions & 5 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- Leanplum-SDK (2.0.0-SNAPSHOT)
- Leanplum-iOS-SDK-source (2.0.0-SNAPSHOT)

DEPENDENCIES:
- Leanplum-SDK (from `../`)
- Leanplum-iOS-SDK-source (from `../`)

EXTERNAL SOURCES:
Leanplum-SDK:
Leanplum-iOS-SDK-source:
:path: ../

SPEC CHECKSUMS:
Leanplum-SDK: a66cf039623fe61e30aa7dac1247145f837dcd02
Leanplum-iOS-SDK-source: 0d2582cebafe4250e294d6c4002c694efb3d60e1

PODFILE CHECKSUM: aa5c2fc90212bc8158367c704357a2877f93faff
PODFILE CHECKSUM: 1cea41e3ec43f3e90e798b4220cdfc437c86ce22

COCOAPODS: 1.2.1
2 changes: 1 addition & 1 deletion Leanplum-SDK.podspec → Leanplum-iOS-SDK-source.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

Pod::Spec.new do |s|
s.name = 'Leanplum-SDK'
s.name = 'Leanplum-iOS-SDK-source'
s.version = '2.0.0-SNAPSHOT'
s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
s.description = <<-DESC
Expand Down