File tree Expand file tree Collapse file tree 4 files changed +42
-4
lines changed Expand file tree Collapse file tree 4 files changed +42
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
Pod ::Spec . new do |s |
8
8
s . name = "Analytics"
9
- s . version = "1.11.4 "
9
+ s . version = "1.11.5 "
10
10
s . summary = "Segment analytics and marketing tools library for iOS."
11
11
s . homepage = "https://segment.com/libraries/ios"
12
12
s . license = { :type => "MIT" , :file => "License.md" }
Original file line number Diff line number Diff line change 1731
1731
isa = XCBuildConfiguration;
1732
1732
buildSettings = {
1733
1733
ALWAYS_SEARCH_USER_PATHS = NO;
1734
- ANALYTICS_VERSION = 1.11.4 ;
1734
+ ANALYTICS_VERSION = 1.11.5 ;
1735
1735
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
1736
1736
CLANG_CXX_LIBRARY = "libc++";
1737
1737
CLANG_ENABLE_OBJC_ARC = YES;
1763
1763
isa = XCBuildConfiguration;
1764
1764
buildSettings = {
1765
1765
ALWAYS_SEARCH_USER_PATHS = NO;
1766
- ANALYTICS_VERSION = 1.11.4 ;
1766
+ ANALYTICS_VERSION = 1.11.5 ;
1767
1767
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
1768
1768
CLANG_CXX_LIBRARY = "libc++";
1769
1769
CLANG_ENABLE_OBJC_ARC = YES;
Original file line number Diff line number Diff line change 1
1
// Analytics.h
2
2
// Copyright (c) 2014 Segment.io. All rights reserved.
3
- // Version 1.11.4 (Do not change this line. It is automatically modified by the build process)
3
+ // Version 1.11.5 (Do not change this line. It is automatically modified by the build process)
4
4
5
5
#import " SEGAnalytics.h"
Original file line number Diff line number Diff line change 1
1
2
+ 1.11.5 / 2015-05-01
3
+ ===================
4
+
5
+ * podspec: use ios 6 for platform
6
+ * podspec: fix platform
7
+ * Release 1.11.4
8
+ * Merge pull request #276 from lucoceano/master
9
+ * verbose
10
+ * Updated Taplytics to 2.1.78
11
+ * Merge pull request #294 from tonyxiao/swift-cocoapods-fix
12
+ * Updated Taplytics to 2.1.74
13
+ * Update pod version
14
+ * Merge pull request #297 from segmentio/send-context
15
+ * Update spectra
16
+ * Update gitignore
17
+ * custom context
18
+ * Add CONTRIBUTING.md
19
+ * Merge pull request #295 from segmentio/send-kahuna-quantity-and-revenue
20
+ * Send revenue to Kahuna in cents
21
+ * Update kahuna
22
+ * Merge pull request #292 from jonathannorris/Taplytics-2.1.70
23
+ * make build
24
+ * Check CBCentralManagerOptionShowPowerAlertKey != NO
25
+ * Fix compilation issue when integrating with cocoapods swift
26
+ * Marking more headers as public to make dependency as a cocoapods swift module work
27
+ * Update Taplytics to 2.1.70
28
+ * Bump
29
+ * Merge pull request #290 from jonathannorris/Taplytics-2.1.68
30
+ * Update Taplytics to 2.1.68
31
+ * Merge pull request #288 from jonathannorris/Taplytics-2.1.66
32
+ * Updated Taplytics to 2.1.66
33
+ * Merge pull request #287 from segmentio/add-flush
34
+ * Add flush method
35
+ * Merge pull request #286 from segmentio/add-alias
36
+ * Add alias method
37
+ * revert pod
38
+ * Sets the segment tracker always as default
39
+
2
40
1.11.4 / 2015-05-01
3
41
===================
4
42
You can’t perform that action at this time.
0 commit comments