[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 0 / e / ACPCore / 2.0.0 / ACPCore.podspec.json
blob31ab64e51d5cdb611ed481142b15bafa8fbb8087
2   "name": "ACPCore",
3   "version": "2.0.0",
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.0.0-ACPCore"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "default_subspecs": "iOS",
20   "deprecated_in_favor_of": "AEPCore",
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": "include/*.h",
31       "frameworks": [
32         "UIKit",
33         "SystemConfiguration",
34         "WebKit",
35         "UserNotifications"
36       ],
37       "libraries": [
38         "sqlite3.0",
39         "c++",
40         "z"
41       ]
42     }
43   ]