Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b0e3bb

Browse files
authoredMar 14, 2023
[create-pull-request] automated change
1 parent 4f771f4 commit 6b0e3bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎ios/flutter_radar.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Pod::Spec.new do |s|
22
s.name = 'flutter_radar'
3-
s.version = '3.1.5'
3+
s.version = '3.7.0'
44
s.summary = 'Flutter package for Radar, the leading geofencing and location tracking platform'
55
s.description = 'Flutter package for Radar, the leading geofencing and location tracking platform'
66
s.homepage = 'http://example.com'
77
s.license = { :file => '../LICENSE' }
8-
s.author = { 'Radar Labs, Inc.' => 'support@radar.com' }
8+
s.author = { 'Radar Labs, Inc.' => 'support@radar.io' }
99
s.source = { :path => '.' }
1010
s.source_files = 'Classes/**/*'
1111
s.public_header_files = 'Classes/**/*.h'
1212
s.dependency 'Flutter'
13-
s.dependency 'RadarSDK', '3.5.9'
13+
s.dependency 'RadarSDK', '3.7.0'
1414
s.platform = :ios, '10.0'
1515
s.static_framework = true
1616

‎pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_radar
22
description: Flutter package for Radar, the leading geofencing and location tracking platform
3-
version: 3.1.5
3+
version: 3.7.0
44
homepage: https://github.com/radarlabs/flutter-radar
55

66
environment:

0 commit comments

Comments
 (0)
Please sign in to comment.