[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / c / 6 / MobileProtect / 25.1.1 / MobileProtect.podspec.json
blobbdf1b563356befbf2e6979e76874c6f8859e0f8a
2   "name": "MobileProtect",
3   "version": "25.1.1",
4   "homepage": "https://www.datatheorem.com/solutions/active-protection/",
5   "license": {
6     "type": "Commercial",
7     "text": "Copyright 2024 Data Theorem"
8   },
9   "authors": {
10     "Data Theorem": "mobileprotect@datatheorem.io"
11   },
12   "summary": "MobileProtect SDK",
13   "description": "MobileProtect SDK by Data Theorem",
14   "platforms": {
15     "ios": "12.0",
16     "tvos": "14.0"
17   },
18   "source": {
19     "git": "https://mobile-protect-repos.securetheorem.com/mobileprotect-ios",
20     "tag": "25.1.1"
21   },
22   "default_subspecs": "Default",
23   "subspecs": [
24     {
25       "name": "Default",
26       "source_files": "MobileProtect.xcframework/**/Headers/*.h",
27       "public_header_files": "MobileProtect.xcframework/**/Headers/*.h",
28       "vendored_frameworks": "MobileProtect.xcframework",
29       "preserve_paths": "MobileProtect.xcframework"
30     },
31     {
32       "name": "Intel",
33       "pod_target_xcconfig": {
34         "EXCLUDED_ARCHS[sdk=*simulator*]": "arm64"
35       },
36       "user_target_xcconfig": {
37         "EXCLUDED_ARCHS[sdk=*simulator*]": "arm64"
38       },
39       "source_files": "MobileProtect.xcframework/**/Headers/*.h",
40       "public_header_files": "MobileProtect.xcframework/**/Headers/*.h",
41       "vendored_frameworks": "MobileProtect.xcframework",
42       "preserve_paths": "MobileProtect.xcframework"
43     }
44   ]