Skip to content

Commit 0a73131

Browse files
committed
1.2.12
1 parent 6146b92 commit 0a73131

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.11'
3+
s.version = '1.2.12'
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.11'}
12+
s.source = { :git => 'https://github.com/Leanplum/Leanplum-iOS-SDK.git', :tag => '1.2.12'}
1313
s.frameworks = 'CFNetwork', 'Foundation', 'Security', 'SystemConfiguration', 'UIKit'
1414
s.weak_frameworks = "AdSupport"
1515
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }

Leanplum.framework/Headers/Leanplum.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Leanplum.h
3-
// Leanplum iOS SDK Version 1.2.11
3+
// Leanplum iOS SDK Version 1.2.12
44
//
55
// Copyright (c) 2014 Leanplum. All rights reserved.
66
//
@@ -277,6 +277,8 @@ typedef enum {
277277
// See above for the explanation of params.
278278
+ (void)track:(NSString *)event withParameters:(NSDictionary *)params;
279279
+ (void)track:(NSString *)event withValue:(double)value andParameters:(NSDictionary *)params;
280+
+ (void)track:(NSString *)event withValue:(double)value andInfo:(NSString *)info andParameters:(NSDictionary *)params;
281+
280282

281283
// Gets the path for a particular resource. The resource can be overridden by the server.
282284
+ (NSString *)pathForResource:(NSString *)name ofType:(NSString *)extension;
@@ -358,6 +360,7 @@ typedef enum {
358360
- (id)objectForKey:(NSString *)key;
359361
- (id)objectAtIndex:(NSUInteger )index;
360362
- (id)objectForKeyPath:(id)firstComponent, ... NS_REQUIRES_NIL_TERMINATION;
363+
- (id)objectForKeyPathComponents:(NSArray *)pathComponents;
361364
- (NSUInteger)count;
362365

363366
- (NSNumber *)numberValue;

Leanplum.framework/Leanplum

36.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)