[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 0 / e / ACPCore / 2.9.5 / ACPCore.podspec.json
blob261b42b76dc6f3852c286b1ca42179f359000830
2   "name": "ACPCore",
3   "version": "2.9.5",
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.5-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   "subspecs": [
24     {
25       "name": "main",
26       "ios": {
27         "vendored_frameworks": [
28           "ACPCore.xcframework",
29           "ACPIdentity.xcframework",
30           "ACPLifecycle.xcframework",
31           "ACPSignal.xcframework"
32         ],
33         "frameworks": [
34           "UIKit",
35           "SystemConfiguration",
36           "WebKit",
37           "UserNotifications"
38         ],
39         "libraries": [
40           "sqlite3.0",
41           "z",
42           "c++"
43         ],
44         "source_files": [
45           "ACPCore.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
46           "ACPIdentity.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
47           "ACPLifecycle.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
48           "ACPSignal.xcframework/ios-arm64_armv7_armv7s/Headers/*.h",
49           "include/Empty.m"
50         ]
51       },
52       "tvos": {
53         "vendored_frameworks": [
54           "ACPCoreTV.xcframework",
55           "ACPIdentityTV.xcframework",
56           "ACPLifecycleTV.xcframework",
57           "ACPSignalTV.xcframework"
58         ],
59         "frameworks": "SystemConfiguration",
60         "libraries": [
61           "sqlite3.0",
62           "z",
63           "c++"
64         ],
65         "source_files": [
66           "ACPCoreTV.xcframework/tvos-arm64/Headers/*.h",
67           "ACPIdentityTV.xcframework/tvos-arm64/Headers/*.h",
68           "ACPLifecycleTV.xcframework/tvos-arm64/Headers/*.h",
69           "ACPSignalTV.xcframework/tvos-arm64/Headers/*.h",
70           "include/Empty.m"
71         ]
72       }
73     }
74   ]