-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
29 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
QueueITLib.xcworkspace/xcuserdata/queut-it.xcuserdatad/xcdebugger/** | ||
QueueITLib.xcworkspace/xcuserdata | ||
QueueITLib.xcworkspace | ||
builds | ||
xcuserdata/ |
8 changes: 0 additions & 8 deletions
8
...codeproj/project.xcworkspace/xcuserdata/queut-it.xcuserdatad/WorkspaceSettings.xcsettings
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
Pods/Pods.xcodeproj/xcuserdata/queut-it.xcuserdatad/xcschemes/xcschememanagement.plist
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
QueueITLib.xcodeproj/xcuserdata/prasenkiyana.xcuserdatad/xcschemes/xcschememanagement.plist
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
QueueITLib.xcodeproj/xcuserdata/queut-it.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
QueueITLib.xcodeproj/xcuserdata/queut-it.xcuserdatad/xcschemes/xcschememanagement.plist
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.5" | ||
s.version = "3.0.6" | ||
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.5' } | ||
s.source = { :git => 'https://github.com/queueit/ios-webui-sdk.git', :tag => '3.0.6' } | ||
s.requires_arc = true | ||
s.source_files = "QueueITLib/*.{h,m}" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters