[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 0 / e / ACPCore / 2.7.2 / ACPCore.podspec.json
blobe44d7f7d7a3f9dd74a8d2e813fb9d5915ce016fd
2   "name": "ACPCore",
3   "version": "2.7.2",
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.2-ACPCore"
15   },
16   "platforms": {
17     "ios": "10.0",
18     "tvos": "10.0"
19   },
20   "static_framework": true,
21   "default_subspecs": "main",
22   "subspecs": [
23     {
24       "name": "main",
25       "ios": {
26         "vendored_libraries": [
27           "libACPCore_iOS.a",
28           "libACPIdentity_iOS.a",
29           "libACPSignal_iOS.a",
30           "libACPLifecycle_iOS.a"
31         ],
32         "frameworks": [
33           "UIKit",
34           "SystemConfiguration",
35           "WebKit",
36           "UserNotifications"
37         ],
38         "libraries": [
39           "sqlite3.0",
40           "z",
41           "c++"
42         ],
43         "source_files": [
44           "include/*.h",
45           "include/Empty.m"
46         ]
47       },
48       "tvos": {
49         "vendored_libraries": [
50           "libACPCore_tvOS.a",
51           "libACPIdentity_tvOS.a",
52           "libACPSignal_tvOS.a",
53           "libACPLifecycle_tvOS.a"
54         ],
55         "frameworks": "SystemConfiguration",
56         "libraries": [
57           "sqlite3.0",
58           "z",
59           "c++"
60         ],
61         "source_files": [
62           "include/*.h",
63           "include/Empty.m"
64         ]
65       }
66     }
67   ]