[Add] AnywhereUtilCore 1.0.5
[CocoaPods.git] / Specs / 2 / f / a / ACPAudience / 2.0.1 / ACPAudience.podspec.json
blobdc72505606b947cffb321477903b2b0b5d56cf06
2   "name": "ACPAudience",
3   "version": "2.0.1",
4   "summary": "Audience Manager library for Adobe Experience Platform SDK. Written and maintained by Adobe.",
5   "description": "The Audience Manager library provides APIs that allow use of the Audience Manager 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": "v2.0.1-ACPAudience"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "static_framework": true,
21   "default_subspecs": "iOS",
22   "dependencies": {
23     "ACPCore": [
24       "~> 2.0"
25     ]
26   },
27   "deprecated_in_favor_of": "AEPAudience",
28   "subspecs": [
29     {
30       "name": "iOS",
31       "vendored_libraries": "libACPAudience_iOS.a",
32       "source_files": [
33         "include/*.h",
34         "include/*.m"
35       ]
36     }
37   ]