Skip to content

Commit

Permalink
Release 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tulushev committed Sep 18, 2019
1 parent eb18cf7 commit 984203a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HyperTrack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|

# Root specification
spec.name = "HyperTrack"
spec.version = "3.7.0"
spec.version = "3.7.1"
spec.summary = "A Movement tracking SDK for iOS"
spec.description = "HyperTrack is a Movement tracking SDK"
spec.license = { :type => 'Copyright', :text => 'Copyright (c) 2018 HyperTrack, Inc. (https://www.hypertrack.com)' }
Expand All @@ -18,6 +18,6 @@ Pod::Spec.new do |spec|
spec.ios.vendored_frameworks = 'HyperTrack.framework'

# Build settings
spec.dependency 'GRDB.swift', '3.6.2'
spec.dependency 'GRDB.swift', '4.4.0'

end

0 comments on commit 984203a

Please sign in to comment.