Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
thviQit committed May 6, 2020
1 parent d503045 commit ab3d04a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion QueueITLib/IOSUtils.m
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ +(NSString*)getLibraryVersion{
}

+(NSString*)getSdkVersion{
return @"iOS-2.13.2";
return @"iOS-3.0.0";
}

@end
4 changes: 2 additions & 2 deletions QueueITLibrary.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "QueueITLibrary"
s.version = "2.13.2"
s.version = "3.0.0"
s.summary = "Library for integrating Queue-it into an iOS app using web uI"
s.homepage = "https://github.com/queueit/ios-webui-sdk"
s.license = 'MIT'
s.authors = { 'Queue-It' => 'https://queue-it.com' }
s.platform = :ios, '9.3'
s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '2.13.2' }
s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '3.0.0' }
s.requires_arc = true
s.source_files = "QueueITLib/*.{h,m}"
end

0 comments on commit ab3d04a

Please sign in to comment.