File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'flutter_radar'
3
- s . version = '3.1.5 '
3
+ s . version = '3.7.0 '
4
4
s . summary = 'Flutter package for Radar, the leading geofencing and location tracking platform'
5
5
s . description = 'Flutter package for Radar, the leading geofencing and location tracking platform'
6
6
s . homepage = 'http://example.com'
7
7
s . license = { :file => '../LICENSE' }
8
- s . author = { 'Radar Labs, Inc.' => 'support@radar.com ' }
8
+ s . author = { 'Radar Labs, Inc.' => 'support@radar.io ' }
9
9
s . source = { :path => '.' }
10
10
s . source_files = 'Classes/**/*'
11
11
s . public_header_files = 'Classes/**/*.h'
12
12
s . dependency 'Flutter'
13
- s . dependency 'RadarSDK' , '3.5.9 '
13
+ s . dependency 'RadarSDK' , '3.7.0 '
14
14
s . platform = :ios , '10.0'
15
15
s . static_framework = true
16
16
Original file line number Diff line number Diff line change 1
1
name : flutter_radar
2
2
description : Flutter package for Radar, the leading geofencing and location tracking platform
3
- version : 3.1.5
3
+ version : 3.7.0
4
4
homepage : https://github.com/radarlabs/flutter-radar
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments