Skip to content

Commit

Permalink
Merge pull request #69 from AppsFlyerSDK/releases/6.x.x/6.3.x/6.3.4
Browse files Browse the repository at this point in the history
Releases/6.x.x/6.3.x/6.3.4
  • Loading branch information
af-margot committed Jul 27, 2021
2 parents 785bd40 + fde2788 commit 628bed2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json" "6.3.2"
github "segmentio/analytics-ios" "4.1.4"
binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/Carthage/appsflyer-ios.json" "6.3.4"
github "segmentio/analytics-ios" "4.1.5"
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(name: "Segment", url: "https://github.com/segmentio/analytics-ios.git" , from: "4.0.0"),
.package(name: "AppsFlyerLib" , url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git", from: "6.3.2"),
.package(name: "AppsFlyerLib" , url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git", from: "6.3.4"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# AppsFlyer integration for Segment.

## This is a Segment wrapper for AppsFlyer SDK that is built with iOS SDK v6.3.0.
## This is a Segment wrapper for AppsFlyer SDK that is built with iOS SDK v6.3.4.

[![Version](https://img.shields.io/cocoapods/v/segment-appsflyer-ios.svg?style=flat)](http://cocoapods.org/pods/segment-appsflyer-ios)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
Expand Down
10 changes: 5 additions & 5 deletions segment-appsflyer-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "segment-appsflyer-ios"
s.version = "6.3.2"
s.version = "6.3.4"
s.summary = "AppsFlyer Integration for Segment's analytics-ios library."

s.description = <<-DESC
Expand All @@ -22,14 +22,14 @@ Pod::Spec.new do |s|

s.default_subspecs = 'Main'
s.subspec 'Main' do |ss|
ss.ios.dependency 'AppsFlyerFramework', '~> 6.3.2'
ss.tvos.dependency 'AppsFlyerFramework', '~> 6.3.2'
ss.ios.dependency 'AppsFlyerFramework', '~> 6.3.4'
ss.tvos.dependency 'AppsFlyerFramework', '~> 6.3.4'
ss.source_files = 'segment-appsflyer-ios/Classes/**/*'
end

s.subspec 'Strict' do |ss|
ss.ios.dependency 'AppsFlyerFramework/Strict', '~> 6.3.2'
ss.tvos.dependency 'AppsFlyerFramework/Strict', '~> 6.3.2'
ss.ios.dependency 'AppsFlyerFramework/Strict', '~> 6.3.4'
ss.tvos.dependency 'AppsFlyerFramework/Strict', '~> 6.3.4'
ss.source_files = 'segment-appsflyer-ios/Classes/**/*'
end
end

0 comments on commit 628bed2

Please sign in to comment.