[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 0 / e / ACPCore / 2.3.4 / ACPCore.podspec.json
blobafc04590f5ef35a3b5e4a6a9919b832e02b08576
2   "name": "ACPCore",
3   "version": "2.3.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.3.4-ACPCore"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "default_subspecs": "iOS",
20   "static_framework": true,
21   "subspecs": [
22     {
23       "name": "iOS",
24       "vendored_libraries": [
25         "libACPCore_iOS.a",
26         "libACPIdentity_iOS.a",
27         "libACPSignal_iOS.a",
28         "libACPLifecycle_iOS.a"
29       ],
30       "source_files": [
31         "include/*.h",
32         "include/Empty.m"
33       ],
34       "frameworks": [
35         "UIKit",
36         "SystemConfiguration",
37         "WebKit",
38         "UserNotifications"
39       ],
40       "libraries": [
41         "sqlite3.0",
42         "c++",
43         "z"
44       ]
45     }
46   ]