Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 5e816dc

Browse files
committed
update files for 4.19.1 release
1 parent 2905d5e commit 5e816dc

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

AdobeMobileLibrary/ADBMobile.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// ADBMobile.h
33
// Adobe Experience Cloud -- iOS Library
44
//
5-
// Copyright 1996-2019. Adobe, Inc. All Rights Reserved
5+
// Copyright 1996-2020. Adobe, Inc. All Rights Reserved
66
//
7-
// SDK Version: 4.19.0
7+
// SDK Version: 4.19.1
88

99
#import <Foundation/Foundation.h>
1010
@class CLLocation, CLBeacon, TVApplicationController,
31.6 KB
Binary file not shown.
31.6 KB
Binary file not shown.
12.1 KB
Binary file not shown.
22.5 KB
Binary file not shown.

AdobeMobileSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AdobeMobileSDK"
3-
s.version = "4.19.0"
3+
s.version = "4.19.1"
44
s.summary = "Adobe Mobile Services SDK. Written and Supported by Adobe and is the only official Adobe Pod for the Adobe Mobile Services SDK."
55
s.description = <<-DESC
66
The Adobe Experience Cloud Mobile libraries allow you to capture native app activity (user, usage, behavior, gestures, etc.) and forward that data to Adobe collection servers for use in Analytics reporting. Many of the libraries also include Test&Target mbox capability for A/B and multivariate testing within your mobile app, and audience measurement capabilities through Adobe AudienceManager.
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010

1111
s.license = {:type => "Commercial", :text => "Adobe Systems Incorporated All Rights Reserved"}
1212
s.author = "Adobe Mobile SDK Team"
13-
s.source = { :git => 'https://github.com/Adobe-Marketing-Cloud/mobile-services.git', :tag => "v4.19.0-cocoapod" }
13+
s.source = { :git => 'https://github.com/Adobe-Marketing-Cloud/mobile-services.git', :tag => "v4.19.1-cocoapod" }
1414
s.platform = :ios, '5.0'
1515

1616
s.default_subspec = 'iOS'

0 commit comments

Comments
 (0)