Skip to content

Commit 67490c3

Browse files
committed
Minor bug fixed
1 parent f5321dd commit 67490c3

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed
-3 Bytes
Binary file not shown.

Framework/IngeoSDK.framework/IngeoSDK

Lines changed: 0 additions & 1 deletion
This file was deleted.

Framework/IngeoSDK.framework/IngeoSDK

1.86 MB
Binary file not shown.

Framework/IngeoSDK.framework/Modules/module.modulemap

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,13 @@ framework module IngeoSDK {
77
link framework "CoreLocation"
88
link framework "CoreData"
99
link framework "SystemConfiguration"
10+
11+
header "IGNotification.h"
12+
header "IGNotificationsManager.h"
13+
header "IGLocationManagerDelegate.h"
14+
header "IGRegionTrigger.h"
15+
header "IGTrigger.h"
16+
header "IGLocation.h"
17+
header "IGLocationManager.h"
18+
header "IngeoSDK.h"
1019
}

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.2.2"
4+
s.version = "1.2.3"
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)