Skip to content

Commit

Permalink
Release 4.1.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tulushev committed Jul 2, 2020
1 parent 0e5334a commit 1bb4640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HyperTrack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ Pod::Spec.new do |spec|

# Root specification
spec.name = "HyperTrack"
spec.version = "4.1.0-rc.1"
spec.version = "4.1.0-rc.2"
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)" }
spec.homepage = "https://hypertrack.com"
spec.author = "HyperTrack Inc."
spec.source = { :http => "https://github.com/hypertrack/sdk-ios/releases/download/#{spec.version}/#{spec.name}.zip" }
spec.swift_version = "4.2"
spec.swift_version = "5.1"

# Platform
spec.platform = :ios
spec.ios.deployment_target = "9.0"
spec.ios.deployment_target = "11.0"

# Build settings
spec.dependency "GRDB.swift", "4.4.0"
Expand Down

0 comments on commit 1bb4640

Please sign in to comment.