Skip to content

Commit 2d5ef03

Browse files
final changes to repo before release
1 parent f68c62e commit 2d5ef03

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json" == 6.9.1
2-
github "segmentio/analytics-ios"
2+
github "segmentio/analytics-ios"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# AppsFlyer integration for Segment.
44

5-
## This is a Segment wrapper for AppsFlyer SDK that is built with iOS SDK v6.8.1.
5+
## This is a Segment wrapper for AppsFlyer SDK that is built with iOS SDK v6.9.1.
66

77
[![Version](https://img.shields.io/cocoapods/v/segment-appsflyer-ios.svg?style=flat)](http://cocoapods.org/pods/segment-appsflyer-ios)
88
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
@@ -48,12 +48,12 @@ To install the segment-appsflyer-ios integration:
4848

4949
**Production** version:
5050
```ruby
51-
pod 'segment-appsflyer-ios', '6.8.1'
51+
pod 'segment-appsflyer-ios', '6.9.1'
5252
```
5353

5454
**Strict mode SDK** version:
5555
```ruby
56-
pod 'segment-appsflyer-ios/Strict', '6.8.1'
56+
pod 'segment-appsflyer-ios/Strict', '6.9.1'
5757
```
5858
Use the strict mode SDK to completely remove IDFA collection functionality and AdSupport framework dependencies (for example, when developing apps for kids).
5959

@@ -65,7 +65,7 @@ Use the strict mode SDK to completely remove IDFA collection functionality and A
6565

6666
**Production** version:
6767
```ogdl
68-
github "AppsFlyerSDK/segment-appsflyer-ios" "6.8.1"
68+
github "AppsFlyerSDK/segment-appsflyer-ios" "6.9.1"
6969
```
7070

7171

examples/ObjcPodsSample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ target 'ObjcPodsSample' do
66
use_frameworks!
77

88
# Pods for ObjcPodsSample
9-
pod 'segment-appsflyer-ios', '~> 6.8.1'
9+
pod 'segment-appsflyer-ios', '6.9.1'
1010
end

segment-appsflyer-ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "segment-appsflyer-ios"
3-
s.version = "6.8.1"
3+
s.version = "6.9.1"
44
s.summary = "AppsFlyer Integration for Segment's analytics-ios library."
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)