[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / 9 / 1 / e / ACPUserProfile / 2.0.0 / ACPUserProfile.podspec.json
blob1e3e5c5fcf14c95ae4ff3f0cbc0696df740a9a6a
2   "name": "ACPUserProfile",
3   "version": "2.0.0",
4   "summary": "User Profile library for Adobe Experience Platform SDK. Written and Supported by Adobe.",
5   "description": "The User Profile library 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": "v2.0.0-ACPUserProfile"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "iOS",
21   "dependencies": {
22     "ACPCore": [
23       "~> 2.0"
24     ]
25   },
26   "deprecated_in_favor_of": "AEPUserProfile",
27   "subspecs": [
28     {
29       "name": "iOS",
30       "vendored_libraries": "libACPUserProfile_iOS.a",
31       "source_files": "include/*.h"
32     }
33   ]