Skip to content

Commit

Permalink
v3.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
djih committed Aug 17, 2016
1 parent dcad863 commit 872b987
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.8.3"
s.version = "3.8.4"
s.summary = "Amplitude mobile analytics iOS SDK."
s.homepage = "https://amplitude.com"
s.license = { :type => "MIT" }
s.author = { "Amplitude" => "[email protected]" }
s.source = { :git => "https://github.com/amplitude/Amplitude-iOS.git", :tag => "v3.8.3" }
s.source = { :git => "https://github.com/amplitude/Amplitude-iOS.git", :tag => "v3.8.4" }
s.platform = :ios, '5.0'
s.source_files = 'Amplitude/*.{h,m}'
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion Amplitude/AMPConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

NSString *const kAMPLibrary = @"amplitude-ios";
NSString *const kAMPPlatform = @"iOS";
NSString *const kAMPVersion = @"3.8.3";
NSString *const kAMPVersion = @"3.8.4";
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.8.4 (August 18, 2016)

* Added support for integration via Carthage. Thanks to @mpurland for the original PR.
* Cleaned up warnings for expression result unused.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See our [SDK documentation](https://rawgit.com/amplitude/Amplitude-iOS/master/do

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.8.3'`. 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.8.4'`. 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 "AmplitudeFramework/Amplitude.h"` to import all of the Amplitude header files.

Expand Down

0 comments on commit 872b987

Please sign in to comment.