-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated missed storyboard views to use the new pods V2
- Loading branch information
1 parent
7b3ccf0
commit 678220d
Showing
5 changed files
with
125 additions
and
113 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
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ Pod::Spec.new do |goSellSDK| | |
goSellSDK.name = 'goSellSDK' | ||
goSellSDK.summary = 'goSell SDK for iOS' | ||
goSellSDK.requires_arc = true | ||
goSellSDK.version = '2.2.33' | ||
goSellSDK.version = '2.2.34' | ||
goSellSDK.license = { :type => 'MIT', :file => 'LICENSE' } | ||
goSellSDK.author = { 'Tap Payments' => '[email protected]' } | ||
goSellSDK.homepage = 'https://github.com/Tap-Payments/goSellSDK-iOS' | ||
|
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
Oops, something went wrong.