[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 0 / e / ACPCore / 2.7.4 / ACPCore.podspec.json
blob5393a56e06b3aea03e4bec9d3e22f5141efcf063
2   "name": "ACPCore",
3   "version": "2.7.4",
4   "summary": "Core library for Adobe Experience Platform SDK. Written and Supported by Adobe.",
5   "description": "The core library provides the foundation for the Adobe Experience Platform SDK.  Having the core library installed is a pre-requisite for any other Adobe Experience Platform SDK extension to work.",
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.7.4-ACPCore"
15   },
16   "platforms": {
17     "ios": "10.0",
18     "tvos": "10.0"
19   },
20   "static_framework": true,
21   "default_subspecs": "main",
22   "deprecated_in_favor_of": "AEPCore",
23   "subspecs": [
24     {
25       "name": "main",
26       "ios": {
27         "vendored_libraries": [
28           "libACPCore_iOS.a",
29           "libACPIdentity_iOS.a",
30           "libACPSignal_iOS.a",
31           "libACPLifecycle_iOS.a"
32         ],
33         "frameworks": [
34           "UIKit",
35           "SystemConfiguration",
36           "WebKit",
37           "UserNotifications"
38         ],
39         "libraries": [
40           "sqlite3.0",
41           "z",
42           "c++"
43         ],
44         "source_files": [
45           "include/*.h",
46           "include/Empty.m"
47         ]
48       },
49       "tvos": {
50         "vendored_libraries": [
51           "libACPCore_tvOS.a",
52           "libACPIdentity_tvOS.a",
53           "libACPSignal_tvOS.a",
54           "libACPLifecycle_tvOS.a"
55         ],
56         "frameworks": "SystemConfiguration",
57         "libraries": [
58           "sqlite3.0",
59           "z",
60           "c++"
61         ],
62         "source_files": [
63           "include/*.h",
64           "include/Empty.m"
65         ]
66       }
67     }
68   ]