Skip to content

Commit fd0a680

Browse files
authored
Merge pull request #22 from Leanplum/feature/open-source
feature/open source
2 parents f96cc66 + 9e53746 commit fd0a680

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Example/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
target 'Leanplum-SDK_Example' do
22
platform :ios, '6.0'
33

4-
pod 'Leanplum-SDK', :path => '../'
4+
pod 'Leanplum-iOS-SDK-source', :path => '../'
55
end
66

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

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

Example/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- Leanplum-SDK (2.0.0-SNAPSHOT)
2+
- Leanplum-iOS-SDK-source (2.0.0-SNAPSHOT)
33

44
DEPENDENCIES:
5-
- Leanplum-SDK (from `../`)
5+
- Leanplum-iOS-SDK-source (from `../`)
66

77
EXTERNAL SOURCES:
8-
Leanplum-SDK:
8+
Leanplum-iOS-SDK-source:
99
:path: ../
1010

1111
SPEC CHECKSUMS:
12-
Leanplum-SDK: a66cf039623fe61e30aa7dac1247145f837dcd02
12+
Leanplum-iOS-SDK-source: 0d2582cebafe4250e294d6c4002c694efb3d60e1
1313

14-
PODFILE CHECKSUM: aa5c2fc90212bc8158367c704357a2877f93faff
14+
PODFILE CHECKSUM: 1cea41e3ec43f3e90e798b4220cdfc437c86ce22
1515

1616
COCOAPODS: 1.2.1

Leanplum-SDK.podspec renamed to Leanplum-iOS-SDK-source.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
Pod::Spec.new do |s|
10-
s.name = 'Leanplum-SDK'
10+
s.name = 'Leanplum-iOS-SDK-source'
1111
s.version = '2.0.0-SNAPSHOT'
1212
s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
1313
s.description = <<-DESC

0 commit comments

Comments
 (0)