From 441f932441650f340389c2483c4bee2b50913bdb Mon Sep 17 00:00:00 2001 From: Brian Lambert Date: Mon, 12 Dec 2016 22:54:24 -0500 Subject: [PATCH] Updating podspec version --- GreatCircle.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GreatCircle.podspec b/GreatCircle.podspec index b3d7614..7202ead 100644 --- a/GreatCircle.podspec +++ b/GreatCircle.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |spec| spec.name = 'GreatCircle' - spec.version = '1.0.1' + spec.version = '1.0.2' spec.license = { :type => 'MIT' } spec.homepage = 'https://github.com/softwarenerd/GreatCircle' spec.author = { 'Brian Lambert' => 'brianlambert@gmail.com' } spec.summary = 'iOS framework that provides a set of Geodesy extensions to the CLLocation class.' - spec.source = { :git => 'https://github.com/softwarenerd/GreatCircle.git', :tag => 'v1.0.1' } + spec.source = { :git => 'https://github.com/softwarenerd/GreatCircle.git', :tag => 'v1.0.2' } spec.source_files = 'GreatCircle/CLLocation+GreatCircleExtensions.{h,m}' spec.framework = 'Foundation' spec.framework = 'CoreLocation'