Skip to content

Commit

Permalink
Merge pull request #39 from AppsFlyerSDK/releases/6.x.x/6.9.x/6.9.1
Browse files Browse the repository at this point in the history
Releases/6.x.x/6.9.x/6.9.1
  • Loading branch information
pazlavi authored Dec 25, 2022
2 parents 6e56011 + caa0106 commit fce33df
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions AppsFlyerAdobeExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AppsFlyerAdobeExtension'
s.version = '6.8.1'
s.version = '6.9.1'
s.summary = 'AppsFlyer iOS SDK Extension for Adobe Mobile SDK'
s.description = <<-DESC
AppsFlyer iOS SDK Extension for Adobe Mobile SDK.
Expand All @@ -15,6 +15,6 @@ AppsFlyer iOS SDK Extension for Adobe Mobile SDK.
s.public_header_files = 'AppsFlyerAdobeExtension/Classes/**/*.h'
s.source_files = 'AppsFlyerAdobeExtension/Classes/**/*'

s.dependency 'AppsFlyerFramework', '6.8.1'
s.dependency 'AppsFlyerFramework', '6.9.1'
s.dependency 'ACPCore'
end
16 changes: 8 additions & 8 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ PODS:
- ACPCore (2.3.6):
- ACPCore/iOS (= 2.3.6)
- ACPCore/iOS (2.3.6)
- AppsFlyerAdobeExtension (6.5.4):
- AppsFlyerAdobeExtension (6.9.1):
- ACPCore
- AppsFlyerFramework (= 6.5.4)
- AppsFlyerFramework (6.5.4):
- AppsFlyerFramework/Main (= 6.5.4)
- AppsFlyerFramework/Main (6.5.4)
- AppsFlyerFramework (= 6.9.1)
- AppsFlyerFramework (6.9.1):
- AppsFlyerFramework/Main (= 6.9.1)
- AppsFlyerFramework/Main (6.9.1)

DEPENDENCIES:
- ACPAnalytics (= 2.1.2)
Expand All @@ -32,9 +32,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
ACPAnalytics: 872c4701bd53b508602ce1e31cf5e7cee295f690
ACPCore: 1d3a5b79f172de3d998cf63b5c1538da1dd66f33
AppsFlyerAdobeExtension: 307801dc15a7025f15e9dd91f7fee66741acb841
AppsFlyerFramework: e309a6cab366296bf891dc68b175de1e9a44f86c
AppsFlyerAdobeExtension: 8d2f1887843207b97d464ef30f02c737ddf19016
AppsFlyerFramework: dc9aa675faa8e1a2ed40fb295d3c5408ee2b972a

PODFILE CHECKSUM: 1f415047c5e71b7daf25fdc88dbee7f4780801ff

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@

### <a id="plugin-build-for"> This plugin is built for

- iOS AppsFlyer SDK **v6.8.1**
- iOS AppsFlyer SDK **v6.9.1**

## <a id="add-sdk-to-project"> 📲 Adding the SDK to your project

Add the following to your app's `Podfile`:

```javascript
pod 'AppsFlyerAdobeExtension', '6.8.1'
pod 'AppsFlyerAdobeExtension', '6.9.1'
```

## <a id="init-sdk"> 🚀 Initializing the SDK
Expand Down

0 comments on commit fce33df

Please sign in to comment.