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 @@ -28,7 +28,7 @@ +(NSString*)getLibraryVersion{
2828}
2929
3030+(NSString *)getSdkVersion {
31- return @" iOS-2.12.1 " ;
31+ return @" iOS-2.12.2 " ;
3232}
3333
3434@end
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22s . name = "QueueITLibrary"
3- s . version = "2.12.1 "
3+ s . version = "2.12.2 "
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 , '8.3'
9- s . source = { :git => 'https://github.com/queueit/ios-webui-sdk.git' , :tag => '2.12.1 ' }
9+ s . source = { :git => 'https://github.com/queueit/ios-webui-sdk.git' , :tag => '2.12.2 ' }
1010s . requires_arc = true
1111s . source_files = "QueueITLib/*.{h,m}"
1212end
You can’t perform that action at this time.
0 commit comments