From c27d7b275e4edf871a4318734bf43fe6c173f1f7 Mon Sep 17 00:00:00 2001 From: Nick Patrick Date: Thu, 8 Dec 2016 19:01:54 -0500 Subject: [PATCH] 1.1.4 --- RadarSDK.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RadarSDK.podspec b/RadarSDK.podspec index b971e8460..40bbd52de 100644 --- a/RadarSDK.podspec +++ b/RadarSDK.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'RadarSDK' - s.version = '1.1.3' + s.version = '1.1.4' s.summary = 'iOS SDK for Radar, a full-stack developer toolkit for location context and tracking' s.homepage = 'https://www.onradar.com' s.social_media_url = 'https://twitter.com/radarlabs' s.author = { 'Radar Labs, Inc.' => 'support@onradar.com' } s.platform = :ios - s.source = { :git => 'https://github.com/RadarLabs/RadarSDK-iOS.git', :tag => '1.1.3' } + s.source = { :git => 'https://github.com/RadarLabs/RadarSDK-iOS.git', :tag => '1.1.4' } s.source_files = 'RadarSDK/RadarSDK.framework/Versions/A/Headers/*.h' s.vendored_frameworks = 'RadarSDK/RadarSDK.framework' s.module_name = 'RadarSDK'