Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #68 from Adobe-Marketing-Cloud/audience-static
Browse files Browse the repository at this point in the history
[ACPAudience] Updated Podspec and added Empty.m
  • Loading branch information
addb authored Jan 23, 2019
2 parents 6e1d80f + e079913 commit abf2ee4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
9 changes: 5 additions & 4 deletions ACPAudience.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = "ACPAudience"
s.version = "2.0.0"
s.summary = "Audience Manager library for Adobe Experience Platform SDK. Written and Supported by Adobe."
s.summary = "Audience Manager library for Adobe Experience Platform SDK. Written and maintained by Adobe."
s.description = <<-DESC
The Audience Manager library provides APIs that allow use of Adobe Audience Manager in the Adobe Experience Platform SDK.
The Audience Manager library provides APIs that allow use of the Audience Manager product in the Adobe Experience Platform SDK.
DESC

s.homepage = "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases"
Expand All @@ -12,17 +12,18 @@ Pod::Spec.new do |s|
s.author = "Adobe Experience Platform SDK Team"
s.source = {
:git => 'https://github.com/Adobe-Marketing-Cloud/acp-sdks.git',
:tag => "v2.0.0-ACPAudience"
:tag => "v#{s.version}-#{s.name}"
}
s.platform = :ios, '10.0'
s.requires_arc = true
s.static_framework = true
s.default_subspec = 'iOS'

# dependency on the core library
s.dependency "ACPCore", "~> 2.0"

s.subspec 'iOS' do |ios|
ios.vendored_libraries = "libACPAudience_iOS.a"
ios.source_files = "include/*.h"
ios.source_files = "include/*.h", "include/*.m"
end
end
2 changes: 1 addition & 1 deletion include/ACPAudience.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ACPAudience.h
// Adobe Digital Marketing Suite -- iOS Application Measurement Library
//
// Copyright 1996-2018. Adobe, Inc. All Rights Reserved
// Copyright 1996-2019. Adobe, Inc. All Rights Reserved
//
// Audience Version: 2.0.0

Expand Down
2 changes: 2 additions & 0 deletions include/Empty.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#import "ACPAudience.h"
@implementation ACPAudience (ForceLoad) @end
Binary file modified libACPAudience_iOS.a
Binary file not shown.

0 comments on commit abf2ee4

Please sign in to comment.