[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 1 / e / ACPUserProfile / 1.0.0 / ACPUserProfile.podspec.json
blobde7ab9e9f19bd3491366987129a30640396e6f33
2   "name": "ACPUserProfile",
3   "version": "1.0.0",
4   "summary": "User Profile framework for Adobe Cloud 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 Cloud 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 Cloud Platform SDK Team",
12   "source": {
13     "git": "https://github.com/Adobe-Marketing-Cloud/acp-sdks.git",
14     "tag": "v1.0.0-ACPUserProfile"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "default_subspecs": "iOS",
20   "dependencies": {
21     "ACPCore": [
22       "~> 1.0"
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "iOS",
28       "vendored_frameworks": "ACPUserProfile_iOS.framework",
29       "xcconfig": {
30         "FRAMEWORK_SEARCH_PATHS": "'${PODS_ROOT}/ACPUserProfile'",
31         "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
32       },
33       "requires_arc": true
34     }
35   ]