Skip to content

Commit c9bab3f

Browse files
author
HirokiTerashima
committed
Release 3.0.0-beta5
1 parent bc3aa80 commit c9bab3f

File tree

14 files changed

+3
-3
lines changed

14 files changed

+3
-3
lines changed

Balto-SDK.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 = "Balto-SDK"
3-
s.version = "3.0.0-beta4"
3+
s.version = "3.0.0-beta5"
44
s.summary = "Balto iOS SDK."
55
s.description = <<-DESC
66
Balto lets you leave feadback with a simple swipe on the screen.

BaltoSDK.framework/Assets.car

0 Bytes
Binary file not shown.

BaltoSDK.framework/BaltoAlert.nib

-1 Bytes
Binary file not shown.

BaltoSDK.framework/BaltoSDK

24 Bytes
Binary file not shown.
3 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

BaltoSDK.framework/Headers/BaltoSDK-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) Balto * _Non
137137
+ (void)withCustomSwipeWithNumberOfTouchesRequired:(NSInteger)numberOfTouchesRequired direction:(UISwipeGestureRecognizerDirection)direction;
138138
+ (void)withCustomSwipeWithNumberOfTouchesRequired:(NSInteger)numberOfTouchesRequired direction:(UISwipeGestureRecognizerDirection)direction options:(NSDictionary<NSString *, id> * _Nonnull)options;
139139
+ (void)returnFromBaltoWithOpenURL:(NSURL * _Nonnull)url options:(NSDictionary<UIApplicationOpenURLOptionsKey, id> * _Nonnull)options;
140-
- (BOOL)gestureRecognizer:(UIGestureRecognizer * _Nonnull)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer * _Nonnull)otherGestureRecognizer;
141140
+ (void)show;
142141
+ (void)hide;
142+
- (BOOL)gestureRecognizer:(UIGestureRecognizer * _Nonnull)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer * _Nonnull)otherGestureRecognizer;
143143
@end
144144

145145

-16 Bytes
Binary file not shown.
-16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)