Skip to content

Commit

Permalink
Podfile and podspec file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypercubesoft committed Jan 24, 2018
1 parent b9b032e commit 63f878b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HCKalmanFilter Sample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ target 'HCKalmanFilter Sample' do
pod 'GooglePlacePicker'

pod 'ActionSheetPicker-3.0', '~> 2.2.0'

pod 'Surge', '~> 2.0.0'

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
Expand Down
2 changes: 1 addition & 1 deletion HCKalmanFilter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.platform = :ios
s.name = "HCKalmanFilter"
s.version = "1.2.0"
s.version = "1.2.1"
s.summary = "HCKalmanFilter is Swift implementation of Kalman filter algorithm intended to solve problem with GPS tracking"

s.description = <<-DESC
Expand Down

0 comments on commit 63f878b

Please sign in to comment.