Skip to content

Commit

Permalink
Version bump in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sp0x committed Aug 5, 2021
1 parent 45330c4 commit 7d25ee5
Showing 1 changed file with 2 additions and 2 deletions.
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 = "3.0.6"
s.version = "3.0.7"
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 => '3.0.6' }
s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '3.0.7' }
s.requires_arc = true
s.source_files = "QueueITLib/*.{h,m}"
end

0 comments on commit 7d25ee5

Please sign in to comment.