Skip to content

Commit

Permalink
1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpatrick committed Dec 9, 2016
1 parent 8fac557 commit c27d7b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RadarSDK.podspec
Original file line number Diff line number Diff line change
@@ -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.' => '[email protected]' }
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'
Expand Down

0 comments on commit c27d7b2

Please sign in to comment.