Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpatrick committed Aug 12, 2016
1 parent d5f6492 commit 0799f34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions RadarSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'RadarSDK'
s.version = '1.0.4'
s.version = '1.0.5'
s.summary = 'iOS toolkit for location tracking and geofencing'
s.homepage = 'https://www.onradar.com'
s.author = { 'Radar Labs, Inc.' => '[email protected]' }
s.platform = :ios
s.source = { :git => 'https://github.com/RadarLabs/RadarSDK-iOS.git', :tag => '1.0.4' }
s.source = { :git => 'https://github.com/RadarLabs/RadarSDK-iOS.git', :tag => '1.0.5' }
s.source_files = 'RadarSDK/RadarSDK.framework/Versions/A/Headers/*.h'
s.vendored_frameworks = 'RadarSDK/RadarSDK.framework'
s.ios.deployment_target = '8.0'
Expand Down
6 changes: 3 additions & 3 deletions RadarSDK/RadarSDK.framework/Versions/A/Headers/Radar.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

/**
@abstract Initializes the Radar SDK.
@warning You must call this method in application:didFinishLaunchingWithOptions: and pass your API key.
@param key API key (required)
@warning You must call this method in application:didFinishLaunchingWithOptions: and pass your publishable API key.
@param key Publishable API key (required)
**/
+ (void)initWithKey:(NSString * _Nonnull)key;
+ (void)initWithKey:(NSString * _Nonnull)publishableKey;

/**
@abstract Returns the app's location authorization status.
Expand Down
Binary file modified RadarSDK/RadarSDK.framework/Versions/A/RadarSDK
Binary file not shown.

0 comments on commit 0799f34

Please sign in to comment.