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 #57 from Adobe-Marketing-Cloud/audience-static
Browse files Browse the repository at this point in the history
Audience Static Library and Podspec update
  • Loading branch information
addb authored Jan 23, 2019
2 parents b40e94f + b82298f commit 6e1d80f
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 66 deletions.
25 changes: 12 additions & 13 deletions ACPAudience.podspec
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
Pod::Spec.new do |s|
s.name = "ACPAudience"
s.version = "1.1.0"
s.summary = "Audience Manager framework for Adobe Experience Platform SDK. Written and Supported by Adobe."
s.version = "2.0.0"
s.summary = "Audience Manager library for Adobe Experience Platform SDK. Written and Supported by Adobe."
s.description = <<-DESC
The Audience Manager framework provides APIs that allow use of Adobe Audience Manager in the Adobe Cloud Platform SDK.
The Audience Manager library provides APIs that allow use of Adobe Audience Manager in the Adobe Experience Platform SDK.
DESC

s.homepage = "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases"

s.license = {:type => "Commercial", :file => "LICENSE.md"}
s.author = "Adobe Experience Platform SDK Team"
s.source = { :git => 'https://github.com/Adobe-Marketing-Cloud/acp-sdks.git', :tag => "v1.1.0-ACPAudience" }
s.source = {
:git => 'https://github.com/Adobe-Marketing-Cloud/acp-sdks.git',
:tag => "v2.0.0-ACPAudience"
}
s.platform = :ios, '10.0'

s.requires_arc = true
s.default_subspec = 'iOS'

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

s.subspec 'iOS' do |ios|
ios.vendored_frameworks = 'ACPAudience_iOS.framework'
ios.xcconfig = {
"FRAMEWORK_SEARCH_PATHS" => "'${PODS_ROOT}/ACPAudience'",
"LD_RUNPATH_SEARCH_PATHS" => "@loader_path/../Frameworks"
}
ios.requires_arc = true
ios.vendored_libraries = "libACPAudience_iOS.a"
ios.source_files = "include/*.h"
end
end
Binary file removed ACPAudience_iOS.framework/ACPAudience_iOS
Binary file not shown.
28 changes: 0 additions & 28 deletions ACPAudience_iOS.framework/Headers/ACPAudience_iOS.h

This file was deleted.

Binary file removed ACPAudience_iOS.framework/Info.plist
Binary file not shown.
6 changes: 0 additions & 6 deletions ACPAudience_iOS.framework/Modules/module.modulemap

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
/***************************************************************************
*
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright 2018 Adobe Systems Incorporated
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its suppliers,
* if any. The intellectual and technical concepts contained
* herein are proprietary to Adobe Systems Incorporated and its
* suppliers and are protected by trade secret or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Adobe Systems Incorporated.
*
**************************************************************************/
// Audience Version: 1.1.0
//
// ACPAudience.h
// Adobe Digital Marketing Suite -- iOS Application Measurement Library
//
// Copyright 1996-2018. Adobe, Inc. All Rights Reserved
//
// Audience Version: 2.0.0

#import <Foundation/Foundation.h>

Expand Down
Binary file added libACPAudience_iOS.a
Binary file not shown.

0 comments on commit 6e1d80f

Please sign in to comment.