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'