[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 0 / e / ACPCore / 2.9.1 / ACPCore.podspec.json
blob8dec5bb85b486ac76ac1909cef78f303539b68a5
2   "name": "ACPCore",
3   "version": "2.9.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.9.1-ACPCore"
15   },
16   "platforms": {
17     "ios": "10.0",
18     "tvos": "10.0"
19   },
20   "static_framework": true,
21   "default_subspecs": "main",
22   "cocoapods_version": ">= 1.10",
23   "deprecated_in_favor_of": "AEPCore",
24   "subspecs": [
25     {
26       "name": "main",
27       "ios": {
28         "vendored_frameworks": [
29           "ACPCore.xcframework",
30           "ACPIdentity.xcframework",
31           "ACPLifecycle.xcframework",
32           "ACPSignal.xcframework"
33         ],
34         "frameworks": [
35           "UIKit",
36           "SystemConfiguration",
37           "WebKit",
38           "UserNotifications"
39         ],
40         "libraries": [
41           "sqlite3.0",
42           "z",
43           "c++"
44         ],
45         "source_files": [
46           "ACPCore.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
47           "ACPIdentity.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
48           "ACPLifecycle.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
49           "ACPSignal.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
50           "include/Empty.m"
51         ]
52       },
53       "tvos": {
54         "vendored_frameworks": [
55           "ACPCoreTV.xcframework",
56           "ACPIdentityTV.xcframework",
57           "ACPLifecycleTV.xcframework",
58           "ACPSignalTV.xcframework"
59         ],
60         "frameworks": "SystemConfiguration",
61         "libraries": [
62           "sqlite3.0",
63           "z",
64           "c++"
65         ],
66         "source_files": [
67           "ACPCoreTV.xcframework/tvos-arm64/Headers/*.h",
68           "ACPIdentityTV.xcframework/tvos-arm64/Headers/*.h",
69           "ACPLifecycleTV.xcframework/tvos-arm64/Headers/*.h",
70           "ACPSignalTV.xcframework/tvos-arm64/Headers/*.h",
71           "include/Empty.m"
72         ]
73       }
74     }
75   ]