Skip to content

Commit

Permalink
v3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djih committed Feb 2, 2017
1 parent 98805ef commit f13ed6f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Amplitude-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Amplitude-iOS"
s.version = "3.13.0"
s.version = "3.14.0"
s.summary = "Amplitude mobile analytics iOS SDK."
s.homepage = "https://amplitude.com"
s.license = { :type => "MIT" }
s.author = { "Amplitude" => "dev@amplitude.com" }
s.source = { :git => "https://github.com/amplitude/Amplitude-iOS.git", :tag => "v3.13.0" }
s.source = { :git => "https://github.com/amplitude/Amplitude-iOS.git", :tag => "v3.14.0" }
s.ios.deployment_target = '6.0'
s.tvos.deployment_target = '9.0'
s.source_files = 'Amplitude/*', 'Amplitude/SSLCertificatePinning/*'
Expand Down
2 changes: 1 addition & 1 deletion Amplitude/AMPConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#import "AMPConstants.h"

NSString *const kAMPLibrary = @"amplitude-ios";
NSString *const kAMPVersion = @"3.13.0";
NSString *const kAMPVersion = @"3.14.0";
NSString *const kAMPEventLogDomain = @"api.amplitude.com";
NSString *const kAMPEventLogUrl = @"https://api.amplitude.com/";
NSString *const kAMPDefaultInstance = @"$default_instance";
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

### 3.14.0 (February 2, 2017)

* Add support for enabling SSL-pinning via Cocoapods. Thanks to @aaronwasserman for the PR. See [Readme](https://github.com/amplitude/amplitude-ios#ssl-pinning) for more information.

### 3.13.0 (January 30, 2017)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A [demo application](https://github.com/amplitude/iOS-Demo) is available to show

A [demo application](https://github.com/amplitude/iOS-Extension-Demo) is available to show a simple integration in iOS extensions.

See our [SDK documentation](https://rawgit.com/amplitude/Amplitude-iOS/v3.12.1/documentation/html/index.html) for a description of all available SDK methods and classes.
See our [SDK documentation](https://rawgit.com/amplitude/Amplitude-iOS/v3.14.0/documentation/html/index.html) for a description of all available SDK methods and classes.

Our iOS SDK also supports tvOS. See [below](https://github.com/amplitude/Amplitude-iOS#tvOS) for more information.

Expand All @@ -19,7 +19,7 @@ Our iOS SDK also supports tvOS. See [below](https://github.com/amplitude/Amplitu

2. [Download the source code](https://github.com/amplitude/Amplitude-iOS/archive/master.zip) and extract the zip file.

Alternatively, you can pull directly from GitHub. If you use CocoaPods, add the following line to your Podfile: `pod 'Amplitude-iOS', '~> 3.13.0'`. If you are using CocoaPods, you may skip steps 3 and 4.
Alternatively, you can pull directly from GitHub. If you use CocoaPods, add the following line to your Podfile: `pod 'Amplitude-iOS', '~> 3.14.0'`. If you are using CocoaPods, you may skip steps 3 and 4.

You also have the option to install using Carthage. If you are using Carthage, add the following line to your Cartfile: `github "amplitude/Amplitude-iOS"`. Just add `#import <Amplitude/Amplitude.h>` to import all of the Amplitude header files.

Expand Down

0 comments on commit f13ed6f

Please sign in to comment.