diff --git a/Example/Podfile b/Example/Podfile index 42ebdc51..f9b93ba8 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -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 diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 43f4c911..1d1885e5 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -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 diff --git a/Leanplum-SDK.podspec b/Leanplum-iOS-SDK-source.podspec similarity index 97% rename from Leanplum-SDK.podspec rename to Leanplum-iOS-SDK-source.podspec index ce198d85..be92d37f 100644 --- a/Leanplum-SDK.podspec +++ b/Leanplum-iOS-SDK-source.podspec @@ -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