This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from Adobe-Marketing-Cloud/audience-static
Audience Static Library and Podspec update
- Loading branch information
Showing
7 changed files
with
19 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
26 changes: 7 additions & 19 deletions
26
...ience_iOS.framework/Headers/ACPAudience.h → include/ACPAudience.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.