[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / 1 / e / ACPUserProfile / 2.2.0 / ACPUserProfile.podspec.json
blob8b4cc753402e27932f78c23d8bdd95f0b491a196
2   "name": "ACPUserProfile",
3   "version": "2.2.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.2.0-ACPUserProfile"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "xcframeworks",
21   "static_framework": true,
22   "cocoapods_version": ">= 1.10",
23   "dependencies": {
24     "ACPCore": [
25       ">= 2.9.0"
26     ]
27   },
28   "deprecated_in_favor_of": "AEPUserProfile",
29   "subspecs": [
30     {
31       "name": "xcframeworks",
32       "ios": {
33         "vendored_frameworks": "ACPUserProfile.xcframework",
34         "source_files": [
35           "ACPUserProfile.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
36           "include/*.m"
37         ],
38         "libraries": [
39           "sqlite3.0",
40           "z",
41           "c++"
42         ]
43       }
44     }
45   ]