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

Commit

Permalink
-prerelase of user profile
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenedicadb committed Sep 25, 2018
1 parent 0b07d48 commit d695029
Show file tree
Hide file tree
Showing 8 changed files with 139 additions and 120 deletions.
30 changes: 30 additions & 0 deletions ACPUserProfile.podspec
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
31 changes: 0 additions & 31 deletions ACPUserProfileBeta.podspec

This file was deleted.

Binary file removed ACPUserProfile_iOS.framework/ACPUserProfile_iOS
Binary file not shown.
55 changes: 0 additions & 55 deletions ACPUserProfile_iOS.framework/Headers/ACPUserProfile.h

This file was deleted.

28 changes: 0 additions & 28 deletions ACPUserProfile_iOS.framework/Headers/ACPUserProfile_iOS.h

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit d695029

Please sign in to comment.