forked from radarlabs/radar-sdk-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRadarSDKIndoors.podspec
More file actions
15 lines (15 loc) · 835 Bytes
/
RadarSDKIndoors.podspec
File metadata and controls
15 lines (15 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = 'RadarSDKIndoors'
s.version = '3.23.3'
s.summary = 'Indoor positioning plugin for RadarSDK, the leading geofencing and location tracking platform'
s.homepage = 'https://radar.com'
s.author = { 'Radar Labs, Inc.' => 'support@radar.com' }
s.platform = :ios
s.source = { :http => "https://github.com/radarlabs/radar-sdk-ios/releases/download/#{s.version}/RadarSDKIndoors.xcframework.zip" }
s.vendored_frameworks = 'RadarSDKIndoors.xcframework'
s.module_name = 'RadarSDKIndoors'
s.ios.deployment_target = '12.0'
s.frameworks = 'CoreBluetooth', 'CoreMotion', 'CoreLocation'
s.requires_arc = true
s.license = { :type => 'Apache-2.0' }
end