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 @@ -39,7 +39,7 @@ +(NSString*)getLibraryVersion{
3939}
4040
4141+(NSString *)getSdkVersion {
42- return @" iOS-2.13.0 " ;
42+ return @" iOS-2.13.1 " ;
4343}
4444
4545@end
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22s . name = "QueueITLibrary"
3- s . version = "2.13.0 "
3+ s . version = "2.13.1 "
44s . summary = "Library for integrating Queue-it into an iOS app using web uI"
55s . homepage = "https://github.com/queueit/ios-webui-sdk"
66s . license = 'MIT'
77s . authors = { 'Queue-It' => 'https://queue-it.com' }
88s . platform = :ios , '11.4'
9- s . source = { :git => 'https://github.com/queueit/ios-webui-sdk.git' , :tag => '2.13.0 ' }
9+ s . source = { :git => 'https://github.com/queueit/ios-webui-sdk.git' , :tag => '2.13.1 ' }
1010s . requires_arc = true
1111s . source_files = "QueueITLib/*.{h,m}"
1212end
You can’t perform that action at this time.
0 commit comments