Skip to content

Commit

Permalink
Podspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaRabie committed Sep 22, 2020
1 parent 26a8aa4 commit 17d20dd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ PODS:
- SwiftLint
- TapAdditionsKitV2
- Fabric (1.10.2)
- goSellSDK (2.2.31):
- goSellSDK/Core (= 2.2.31)
- goSellSDK/Core (2.2.31):
- goSellSDK (2.2.32):
- goSellSDK/Core (= 2.2.32)
- goSellSDK/Core (2.2.32):
- CardIODynamic
- EditableTextInsetsTextFieldV2
- SwiftyRSA
Expand All @@ -26,7 +26,7 @@ PODS:
- TapSearchViewV2
- TapSwiftFixes/Threading
- TapVisualEffectViewV2
- goSellSDK/ErrorReporting (2.2.31):
- goSellSDK/ErrorReporting (2.2.32):
- goSellSDK/Core
- TapErrorReportingV2
- SDWebImage/Core (5.9.1)
Expand Down Expand Up @@ -125,7 +125,7 @@ SPEC CHECKSUMS:
Crashlytics: 9220f5bc89e7a618df411b4f639389dbfb0e03d2
EditableTextInsetsTextFieldV2: 1a58f373146cba9cf570e28ae84f44f3d342da00
Fabric: ea977e3cd9c20425516d3dafd3bf8c941c51223f
goSellSDK: 2d3d9cdd1f3d818784aef8714fa04778edac0807
goSellSDK: 040e6ad0b702eb0a289895d75042b90856fe9d40
SDWebImage: a990c053fff71e388a10f3357edb0be17929c9c5
SwiftLint: 1216c910d27c2633ade33b4f071bb6b930982e62
SwiftyRSA: 3b9c9179744217951facc6a3e9ae8d8c97061ffa
Expand Down
9 changes: 8 additions & 1 deletion goSellSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 17d20dd

Please sign in to comment.