Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
radar-circleci authored Mar 2, 2023
1 parent 4f771f4 commit 0df9aaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ios/flutter_radar.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Pod::Spec.new do |s|
s.name = 'flutter_radar'
s.version = '3.1.5'
s.version = '3.5.12'
s.summary = 'Flutter package for Radar, the leading geofencing and location tracking platform'
s.description = 'Flutter package for Radar, the leading geofencing and location tracking platform'
s.homepage = 'http://example.com'
s.license = { :file => '../LICENSE' }
s.author = { 'Radar Labs, Inc.' => 'support@radar.com' }
s.author = { 'Radar Labs, Inc.' => 'support@radar.io' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'RadarSDK', '3.5.9'
s.dependency 'RadarSDK', '3.5.12'
s.platform = :ios, '10.0'
s.static_framework = true

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_radar
description: Flutter package for Radar, the leading geofencing and location tracking platform
version: 3.1.5
version: 3.5.12
homepage: https://github.com/radarlabs/flutter-radar

environment:
Expand Down

0 comments on commit 0df9aaf

Please sign in to comment.