Skip to content

Commit

Permalink
1.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
afirst committed Aug 12, 2014
1 parent d130d90 commit 17d219e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Leanplum-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Leanplum-iOS-SDK'
s.version = '1.2.13'
s.version = '1.2.14'
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.homepage = 'https://www.leanplum.com'
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
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.2.13'}
s.source = { :git => 'https://github.com/Leanplum/Leanplum-iOS-SDK.git', :tag => '1.2.14'}
s.frameworks = 'CFNetwork', 'Foundation', 'Security', 'SystemConfiguration', 'UIKit'
s.weak_frameworks = "AdSupport"
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
Expand Down
8 changes: 7 additions & 1 deletion Leanplum.framework/Headers/Leanplum.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Leanplum.h
// Leanplum iOS SDK Version 1.2.12
// Leanplum iOS SDK Version 1.2.14
//
// Copyright (c) 2014 Leanplum. All rights reserved.
//
Expand Down Expand Up @@ -445,6 +445,12 @@ typedef enum {
+ (id)objectForKeyPathComponents:(NSArray *)pathComponents;
/**@}*/

/**
* Gets a list of variants that are currently active for this user.
* Each variant is a dictionary containing an id.
*/
+ (NSArray *)variants;

/**
* Forces content to update from the server. If variables have changed, the
* appropriate callbacks will fire. Use sparingly as if the app is updated,
Expand Down
Binary file modified Leanplum.framework/Leanplum
Binary file not shown.

0 comments on commit 17d219e

Please sign in to comment.