[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 6 / 8 / ACPTarget / 2.1.6 / ACPTarget.podspec.json
blobad97dce15ce15ddcd46d2e37603eee1918836b27
2   "name": "ACPTarget",
3   "version": "2.1.6",
4   "summary": "Target library for Adobe Experience Cloud SDK. Written and maintained by Adobe.",
5   "description": "The Target library provides APIs that allow use of the Target product in the Adobe Experience Cloud 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.1.6-ACPTarget"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "iOS",
21   "static_framework": true,
22   "dependencies": {
23     "ACPCore": [
24       ">= 2.5.0"
25     ]
26   },
27   "deprecated_in_favor_of": "AEPTarget",
28   "subspecs": [
29     {
30       "name": "iOS",
31       "vendored_libraries": "libACPTarget_iOS.a",
32       "source_files": [
33         "include/*.h",
34         "include/*.m"
35       ]
36     }
37   ]