We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de416a9 commit 1cb63b9Copy full SHA for 1cb63b9
QueueITLibrary.podspec
@@ -1,12 +1,12 @@
1
Pod::Spec.new do |s|
2
s.name = "QueueITLibrary"
3
-s.version = "3.0.4"
+s.version = "3.0.5"
4
s.summary = "Library for integrating Queue-it into an iOS app using web uI"
5
s.homepage = "https://github.com/queueit/ios-webui-sdk"
6
s.license = 'MIT'
7
s.authors = { 'Queue-It' => 'https://queue-it.com' }
8
s.platform = :ios, '9.3'
9
-s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '3.0.4' }
+s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '3.0.5' }
10
s.requires_arc = true
11
s.source_files = "QueueITLib/*.{h,m}"
12
end
0 commit comments