[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 1 / 8 / b / RadarSDK / 3.1.0-beta.2 / RadarSDK.podspec.json
blobd32efb2fd5872e5cc51adb27b715f354b49d2820
2   "name": "RadarSDK",
3   "version": "3.1.0-beta.2",
4   "summary": "iOS SDK for Radar, location data infrastructure",
5   "homepage": "https://radar.io",
6   "authors": {
7     "Radar Labs, Inc.": "support@radar.io"
8   },
9   "platforms": {
10     "ios": "10.0"
11   },
12   "source": {
13     "git": "https://github.com/radarlabs/radar-sdk-ios.git",
14     "tag": "3.1.0-beta.2"
15   },
16   "source_files": "dist/RadarSDK.framework/Versions/A/Headers/*.h",
17   "public_header_files": "dist/RadarSDK.framework/Versions/A/Headers/*.h",
18   "vendored_frameworks": "dist/RadarSDK.framework",
19   "module_name": "RadarSDK",
20   "frameworks": "CoreLocation",
21   "requires_arc": true,
22   "license": {
23     "type": "Apache-2.0"
24   },
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   }