File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
#define QueueCloseUrl @"queueit://close"
5
5
#define QueueRestartSessionUrl @"queueit://restartSession"
6
- #define SDKVersion @"iOS-3.4.3 ";
6
+ #define SDKVersion @"iOS-3.4.4 ";
7
7
8
8
#endif
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "QueueITLibrary"
3
- s . version = "3.4.3 "
3
+ s . version = "3.4.4 "
4
4
s . summary = "Library for integrating Queue-it into an iOS app using web uI"
5
5
s . homepage = "https://github.com/queueit/ios-webui-sdk"
6
6
s . license = 'MIT'
7
7
s . authors = { 'Queue-It' => 'https://queue-it.com' }
8
8
s . platform = :ios , '9.3'
9
- s . source = { :git => 'https://github.com/queueit/ios-webui-sdk.git' , :tag => '3.4.3 ' }
9
+ s . source = { :git => 'https://github.com/queueit/ios-webui-sdk.git' , :tag => '3.4.4 ' }
10
10
s . requires_arc = true
11
11
s . source_files = "QueueITLib/*.{h,m}"
12
12
s . resource_bundles = { 'QueueITLibrary' => [ 'QueueITLib/PrivacyInfo.xcprivacy' ] }
You can’t perform that action at this time.
0 commit comments