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