[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / 5 / a / 3 / AEPAssurance / 1.1.2 / AEPAssurance.podspec.json
blobf35ea4d45e6179c537bb44b3256f173284c07f10
2   "name": "AEPAssurance",
3   "version": "1.1.2",
4   "summary": "AEPAssurance SDK for Adobe Experience Platform SDK. Written and maintained by Adobe.",
5   "description": "AEPAssurance SDK provides APIs that allow use of the AEPAssurance product 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.2-AEPAssurance"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "static_framework": true,
21   "cocoapods_version": ">= 1.10",
22   "default_subspecs": "xcframeworks",
23   "dependencies": {
24     "ACPCore": [
25       ">= 2.9.0"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "xcframeworks",
31       "ios": {
32         "vendored_frameworks": "AEPAssurance.xcframework",
33         "source_files": [
34           "AEPAssurance.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
35           "include/*.m"
36         ],
37         "libraries": [
38           "sqlite3.0",
39           "z",
40           "c++"
41         ]
42       }
43     }
44   ]