[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / 1 / e / ACPUserProfile / 1.1.0 / ACPUserProfile.podspec.json
blob709c4434127cc5b802564873dcb175179de33ca1
2   "name": "ACPUserProfile",
3   "version": "1.1.0",
4   "summary": "User Profile framework for Adobe Experience Platform SDK. Written and Supported by Adobe.",
5   "description": "The User Profile framework provides APIs that allow use of the custom client-side User Profile in the Adobe Experience Platform SDK.",
6   "homepage": "https://github.com/Adobe-Marketing-Cloud/acp-sdks/releases",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE.md"
10   },
11   "authors": "Adobe Experience Platform SDK Team",
12   "source": {
13     "git": "https://github.com/Adobe-Marketing-Cloud/acp-sdks.git",
14     "tag": "v1.1.0-ACPUserProfile"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "default_subspecs": "iOS",
20   "dependencies": {
21     "ACPCore": [
22       "~> 1.0"
23     ]
24   },
25   "deprecated_in_favor_of": "AEPUserProfile",
26   "subspecs": [
27     {
28       "name": "iOS",
29       "vendored_frameworks": "ACPUserProfile_iOS.framework",
30       "xcconfig": {
31         "FRAMEWORK_SEARCH_PATHS": "'${PODS_ROOT}/ACPUserProfile'",
32         "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
33       },
34       "requires_arc": true
35     }
36   ]