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.
- Loading branch information
1 parent
0b07d48
commit d695029
Showing
8 changed files
with
139 additions
and
120 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "ACPUserProfile" | ||
s.version = "0.0.1" | ||
s.summary = "User Profile framework for Adobe Cloud Platform SDK. Written and Supported by Adobe." | ||
s.description = <<-DESC | ||
The User Profile framework provides APIs that allow use of the custom client-side User Profile in the Adobe Cloud Platform SDK. | ||
DESC | ||
|
||
s.homepage = "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases" | ||
|
||
s.license = {:type => "Commercial", :file => "LICENSE.md"} | ||
s.author = "Adobe Cloud Platform SDK Team" | ||
s.source = { :git => 'https://github.com/Adobe-Marketing-Cloud/acp-sdks.git', :tag => "v0.0.1-ACPUserProfile" } | ||
s.platform = :ios, '10.0' | ||
|
||
s.default_subspec = 'iOS' | ||
|
||
# dependency on the core framework | ||
# s.dependency "ACPCoreBeta", ">= 1.0.0beta" | ||
|
||
s.subspec 'iOS' do |ios| | ||
ios.resource = "LICENSE.md" | ||
# ios.vendored_frameworks = 'ACPUserProfile_iOS.framework' | ||
# ios.xcconfig = { | ||
# "FRAMEWORK_SEARCH_PATHS" => "'${PODS_ROOT}/ACPUserProfileBeta'", | ||
# "LD_RUNPATH_SEARCH_PATHS" => "@loader_path/../Frameworks" | ||
# } | ||
# ios.requires_arc = true | ||
end | ||
end |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.