Skip to content

Commit 196f114

Browse files
committed
Added missing delegate call to didExitRegion
1 parent c4ee8c7 commit 196f114

File tree

5 files changed

+2
-15
lines changed

5 files changed

+2
-15
lines changed

Framework/IngeoSDK.framework/Headers/IGNotificationsManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#import <Foundation/Foundation.h>
1010
#import "IGNotification.h"
1111

12-
@interface IGNotificationsManager : NSObject
12+
@interface IGNotificationsManager: NSObject
1313

1414

1515
+ (void)requestForLocalNotificationsPermission;

Framework/IngeoSDK.framework/Headers/IGTrigger.h

Lines changed: 0 additions & 13 deletions
This file was deleted.
1 Byte
Binary file not shown.

Framework/IngeoSDK.framework/IngeoSDK

174 KB
Binary file not shown.

IngeoSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "IngeoSDK"
4-
s.version = "1.3.4"
4+
s.version = "1.3.5"
55
s.summary = "Ingeo iOS SDK"
66
s.homepage = "http://ingeo.io"
77
s.license = 'Apache License, Version 2.0'

0 commit comments

Comments
 (0)