[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 1 / 8 / b / RadarSDK / 3.19.2-beta.9 / RadarSDK.podspec.json
blob1d0971647fda163bda87ddf05af49538a6b53a7d
2   "name": "RadarSDK",
3   "version": "3.19.2-beta.9",
4   "summary": "iOS SDK for Radar, the leading geofencing and location tracking platform",
5   "homepage": "https://radar.com",
6   "authors": {
7     "Radar Labs, Inc.": "support@radar.com"
8   },
9   "platforms": {
10     "ios": "12.0"
11   },
12   "source": {
13     "git": "https://github.com/radarlabs/radar-sdk-ios.git",
14     "tag": "3.19.2-beta.9"
15   },
16   "source_files": [
17     "RadarSDK/*.{h,m,swift}",
18     "RadarSDK/Include/*.h"
19   ],
20   "module_name": "RadarSDK",
21   "frameworks": "CoreLocation",
22   "requires_arc": true,
23   "license": {
24     "type": "Apache-2.0"
25   },
26   "resource_bundles": {
27     "RadarSDK": [
28       "RadarSDK/PrivacyInfo.xcprivacy"
29     ]
30   },
31   "swift_versions": "5.0",
32   "subspecs": [
33     {
34       "name": "Verify",
35       "dependencies": {
36         "Telegraph": [
37           "~> 0.30.0"
38         ],
39         "CocoaAsyncSocket": [
40           "~> 7.6"
41         ],
42         "HTTPParserC": [
43           "~> 2.9"
44         ]
45       },
46       "pod_target_xcconfig": {
47         "DEFINES_MODULE": "YES"
48       }
49     }
50   ],
51   "swift_version": "5.0"