[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / b / 7 / 2 / Verint-XM / 7.0.0-alpha0 / Verint-XM.podspec.json
blobb0e2de0969727eebdd8ffe6c0223b29397dcf429
2   "name": "Verint-XM",
3   "version": "7.0.0-alpha0",
4   "license": {
5     "type": "Copyright",
6     "text": "Copyright (c) 2022 Verint. All rights reserved."
7   },
8   "summary": "Verint Experience Management SDK",
9   "homepage": "https://developer.foresee.com/docs/ios-sdk",
10   "authors": {
11     "Verint": "support@Verint.com"
12   },
13   "source": {
14     "http": "https://developer.foresee.com/downloads/sdk/mobile/iOS/7.0.0-alpha0/verint_xm_sdk_ios_7.0.0-alpha0.zip"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "frameworks": [
20     "UIKit",
21     "Foundation",
22     "WebKit"
23   ],
24   "weak_frameworks": "UserNotifications",
25   "requires_arc": false,
26   "default_subspecs": "Predictive",
27   "subspecs": [
28     {
29       "name": "Core",
30       "vendored_frameworks": [
31         "lib/EXPCore.xcframework",
32         "lib/EXPUtilities.xcframework",
33         "lib/EXPIngestionLogger.xcframework"
34       ]
35     },
36     {
37       "name": "Predictive",
38       "dependencies": {
39         "Verint-XM/Core": [
41         ]
42       },
43       "vendored_frameworks": "lib/EXPPredictive.xcframework"
44     },
45     {
46       "name": "Digital",
47       "dependencies": {
48         "Verint-XM/Core": [
50         ]
51       },
52       "vendored_frameworks": "lib/EXPDigital.xcframework"
53     },
54     {
55       "name": "DBA",
56       "dependencies": {
57         "Verint-XM/Core": [
59         ]
60       },
61       "vendored_frameworks": [
62         "lib/EXPDBA.xcframework",
63         "lib/EXPDiagnosticLogger.framework"
64       ]
65     }
66   ]