diff --git a/Leanplum-iOS-SDK.podspec b/Leanplum-iOS-SDK.podspec index 6a29be17..9cd8f9e8 100644 --- a/Leanplum-iOS-SDK.podspec +++ b/Leanplum-iOS-SDK.podspec @@ -1,15 +1,15 @@ Pod::Spec.new do |s| s.name = 'Leanplum-iOS-SDK' - s.version = '1.3.10' - s.summary = 'Mobile A/B testing, personalization & analytics in one powerful platform.' - s.description = 'Leanplum! Mobile A/B testing, personalization & analytics in one powerful platform.' + s.version = '1.3.10.1' + 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' s.license = { :type => 'Commercial', :text => 'See https://www.leanplum.com/tos' } s.author = { 'Leanplum' => 'support@leanplum.com' } s.social_media_url = 'https://twitter.com/leanplum' s.platform = :ios, '5.0' s.requires_arc = true - s.source = { :git => 'https://github.com/Leanplum/Leanplum-iOS-SDK.git', :tag => '1.3.10'} + s.source = { :git => 'https://github.com/Leanplum/Leanplum-iOS-SDK.git', :tag => '1.3.10.1'} s.frameworks = 'CFNetwork', 'Foundation', 'Security', 'SystemConfiguration', 'UIKit' s.weak_frameworks = 'AdSupport', 'StoreKit' s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' } diff --git a/Leanplum.framework/Headers/Leanplum.h b/Leanplum.framework/Headers/Leanplum.h index 4b200ab3..d0566a2b 100644 --- a/Leanplum.framework/Headers/Leanplum.h +++ b/Leanplum.framework/Headers/Leanplum.h @@ -1,6 +1,6 @@ // // Leanplum.h -// Leanplum iOS SDK Version 1.3.10 +// Leanplum iOS SDK Version 1.3.10.1 // // Copyright (c) 2016 Leanplum. All rights reserved. // diff --git a/Leanplum.framework/Leanplum b/Leanplum.framework/Leanplum index a3c18354..0a5525d5 100644 Binary files a/Leanplum.framework/Leanplum and b/Leanplum.framework/Leanplum differ