Skip to content

Commit d130d90

Browse files
committed
1.2.13
1 parent 0a73131 commit d130d90

File tree

3 files changed

+346
-117
lines changed

3 files changed

+346
-117
lines changed

Leanplum-iOS-SDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Leanplum-iOS-SDK'
3-
s.version = '1.2.12'
3+
s.version = '1.2.13'
44
s.summary = 'Mobile A/B testing, personalization & analytics in one powerful platform.'
55
s.description = 'Leanplum! Mobile A/B testing, personalization & analytics in one powerful platform.'
66
s.homepage = 'https://www.leanplum.com'
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.social_media_url = 'https://twitter.com/leanplum'
1010
s.platform = :ios, '5.0'
1111
s.requires_arc = true
12-
s.source = { :git => 'https://github.com/Leanplum/Leanplum-iOS-SDK.git', :tag => '1.2.12'}
12+
s.source = { :git => 'https://github.com/Leanplum/Leanplum-iOS-SDK.git', :tag => '1.2.13'}
1313
s.frameworks = 'CFNetwork', 'Foundation', 'Security', 'SystemConfiguration', 'UIKit'
1414
s.weak_frameworks = "AdSupport"
1515
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }

0 commit comments

Comments
 (0)