From dc935a83acf1968d41e10c9f9b274967f4cc3733 Mon Sep 17 00:00:00 2001 From: Alexis Oyama Date: Fri, 12 Jan 2018 23:11:19 -0800 Subject: [PATCH] 2.0.5 --- Leanplum-iOS-SDK.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Leanplum-iOS-SDK.podspec b/Leanplum-iOS-SDK.podspec index ebc09260..0cb5ddec 100644 --- a/Leanplum-iOS-SDK.podspec +++ b/Leanplum-iOS-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Leanplum-iOS-SDK' - s.version = '2.0.4' + s.version = '2.0.5' s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.' s.description = 'Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app experience. We offer Messaging, Automation, App Editing, Personalization, A/B Testing, and Analytics.' s.homepage = 'https://www.leanplum.com' @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.social_media_url = 'https://twitter.com/leanplum' s.platform = :ios, '8.0' s.requires_arc = true - s.source = { :http => 'https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/2.0.4/Leanplum.framework.zip' } + s.source = { :http => 'https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/2.0.5/Leanplum.framework.zip' } s.frameworks = 'CFNetwork', 'Foundation', 'Security', 'SystemConfiguration', 'UIKit' s.weak_frameworks = 'AdSupport', 'StoreKit' s.library = 'sqlite3'