Skip to content

Commit ba3c72b

Browse files
committed
Release v3.2.10
1 parent a082440 commit ba3c72b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+181
-228
lines changed

Beaconstac.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Beaconstac'
3-
s.version = '3.2.9'
3+
s.version = '3.2.10'
44
s.swift_version = '5.0'
55
s.summary = 'iOS library for iBeacon devices'
66

-207 KB
Binary file not shown.

Beaconstac/Beaconstac.framework/Headers/Beaconstac-Swift.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
3-
// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
3+
// Generated by Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
44
#ifndef BEACONSTAC_SWIFT_H
55
#define BEACONSTAC_SWIFT_H
66
#pragma clang diagnostic push
@@ -191,6 +191,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
191191
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
192192
#endif
193193
@import CoreData;
194+
@import Foundation;
194195
@import ObjectiveC;
195196
@import UserNotifications;
196197
#endif
@@ -211,6 +212,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
211212
#endif
212213

213214
@class Beaconstac;
215+
@class NSString;
214216
@class MBeacon;
215217

216218
/// Beacon Delegate to listen to beacons related callbacks.
@@ -666,7 +668,7 @@ typedef SWIFT_ENUM(NSInteger, iBeaconOption, open) {
666668
#endif
667669

668670
#elif defined(__ARM_ARCH_7A__) && __ARM_ARCH_7A__
669-
// Generated by Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
671+
// Generated by Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
670672
#ifndef BEACONSTAC_SWIFT_H
671673
#define BEACONSTAC_SWIFT_H
672674
#pragma clang diagnostic push
@@ -857,6 +859,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
857859
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
858860
#endif
859861
@import CoreData;
862+
@import Foundation;
860863
@import ObjectiveC;
861864
@import UserNotifications;
862865
#endif
@@ -877,6 +880,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
877880
#endif
878881

879882
@class Beaconstac;
883+
@class NSString;
880884
@class MBeacon;
881885

882886
/// Beacon Delegate to listen to beacons related callbacks.
25 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)