-
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.
- Loading branch information
1 parent
26a8aa4
commit 17d20dd
Showing
2 changed files
with
13 additions
and
6 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,11 +6,18 @@ Pod::Spec.new do |goSellSDK| | |
goSellSDK.name = 'goSellSDK' | ||
goSellSDK.summary = 'goSell SDK for iOS' | ||
goSellSDK.requires_arc = true | ||
goSellSDK.version = '2.2.32' | ||
goSellSDK.version = '2.2.33' | ||
goSellSDK.license = { :type => 'MIT', :file => 'LICENSE' } | ||
goSellSDK.author = { 'Tap Payments' => '[email protected]' } | ||
goSellSDK.homepage = 'https://github.com/Tap-Payments/goSellSDK-iOS' | ||
goSellSDK.source = { :git => 'https://github.com/Tap-Payments/goSellSDK-iOS.git', :tag => goSellSDK.version.to_s } | ||
|
||
|
||
goSellSDK.pod_target_xcconfig = { | ||
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' | ||
} | ||
goSellSDK.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
|
||
goSellSDK.default_subspec = 'Core' | ||
|
||
goSellSDK.subspec 'Core' do |core| | ||
|