diff --git a/Podfile b/Podfile index c3770c3c794..1db37333421 100644 --- a/Podfile +++ b/Podfile @@ -56,6 +56,21 @@ def stripe_terminal pod 'StripeTerminal', '~> 2.14' end +def networking_pods + alamofire + cocoa_lumberjack + + pod 'Sourcery', '~> 1.0.3', configuration: 'Debug' + + # Used for HTML parsing + aztec + + # Used for storing application password + keychain + + wordpress_kit +end + # Main Target! # ============ # @@ -122,6 +137,7 @@ def yosemite_pods stripe_terminal cocoa_lumberjack wordpress_kit + networking_pods aztec end @@ -165,24 +181,6 @@ target 'WooFoundationTests' do woofoundation_pods end -# Networking Layer: -# ================= -# -def networking_pods - alamofire - cocoa_lumberjack - - pod 'Sourcery', '~> 1.0.3', configuration: 'Debug' - - # Used for HTML parsing - aztec - - # Used for storing application password - keychain - - wordpress_kit -end - # Networking Target: # ================== # diff --git a/Podfile.lock b/Podfile.lock index 7153ab271aa..9f11c86db3f 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -169,6 +169,6 @@ SPEC CHECKSUMS: ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba -PODFILE CHECKSUM: 04b17163281ec1c5967ef28a56f130d10c73bce9 +PODFILE CHECKSUM: 670bb1b07306bd212f79b8afb1ebed4fc6eaa7b7 COCOAPODS: 1.11.3