[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / b / 7 / 2 / Verint-XM / 7.0.3-alpha0 / Verint-XM.podspec.json
blobfac9f6279d70100d045534860fd6fdc5a661ad34
2   "name": "Verint-XM",
3   "version": "7.0.3-alpha0",
4   "license": {
5     "type": "Copyright",
6     "text": "Copyright (c) 2023 Verint. All rights reserved."
7   },
8   "summary": "Verint Experience Management SDK",
9   "homepage": "https://connect.verint.com/developers/fscxs/w/mobilesdk/24140/verint-xm-ios-sdk",
10   "authors": {
11     "Verint": "support@Verint.com"
12   },
13   "source": {
14     "http": "https://foresee-developer-mobile-sdk.s3.amazonaws.com/sdk/iOS/7.0.3-alpha0/verint_xm_sdk_ios_7.0.3-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   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
28   },
29   "default_subspecs": "Predictive",
30   "subspecs": [
31     {
32       "name": "Core",
33       "vendored_frameworks": [
34         "lib/EXPCore.xcframework",
35         "lib/EXPUtilities.xcframework",
36         "lib/EXPIngestionLogger.xcframework"
37       ]
38     },
39     {
40       "name": "Predictive",
41       "dependencies": {
42         "Verint-XM/Core": [
44         ]
45       },
46       "vendored_frameworks": "lib/EXPPredictive.xcframework"
47     },
48     {
49       "name": "Digital",
50       "dependencies": {
51         "Verint-XM/Core": [
53         ]
54       },
55       "vendored_frameworks": "lib/EXPDigital.xcframework"
56     },
57     {
58       "name": "DBA",
59       "dependencies": {
60         "Verint-XM/Core": [
62         ]
63       },
64       "vendored_frameworks": [
65         "lib/EXPDBA.xcframework",
66         "lib/EXPDiagnosticLogger.xcframework"
67       ]
68     }
69   ]