File tree Expand file tree Collapse file tree 2 files changed +17
-19
lines changed Expand file tree Collapse file tree 2 files changed +17
-19
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,21 @@ def stripe_terminal
5656 pod 'StripeTerminal' , '~> 2.14'
5757end
5858
59+ def networking_pods
60+ alamofire
61+ cocoa_lumberjack
62+
63+ pod 'Sourcery' , '~> 1.0.3' , configuration : 'Debug'
64+
65+ # Used for HTML parsing
66+ aztec
67+
68+ # Used for storing application password
69+ keychain
70+
71+ wordpress_kit
72+ end
73+
5974# Main Target!
6075# ============
6176#
@@ -122,6 +137,7 @@ def yosemite_pods
122137 stripe_terminal
123138 cocoa_lumberjack
124139 wordpress_kit
140+ networking_pods
125141
126142 aztec
127143end
@@ -165,24 +181,6 @@ target 'WooFoundationTests' do
165181 woofoundation_pods
166182end
167183
168- # Networking Layer:
169- # =================
170- #
171- def networking_pods
172- alamofire
173- cocoa_lumberjack
174-
175- pod 'Sourcery' , '~> 1.0.3' , configuration : 'Debug'
176-
177- # Used for HTML parsing
178- aztec
179-
180- # Used for storing application password
181- keychain
182-
183- wordpress_kit
184- end
185-
186184# Networking Target:
187185# ==================
188186#
Original file line number Diff line number Diff line change @@ -169,6 +169,6 @@ SPEC CHECKSUMS:
169169 ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
170170 ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
171171
172- PODFILE CHECKSUM: 04b17163281ec1c5967ef28a56f130d10c73bce9
172+ PODFILE CHECKSUM: 670bb1b07306bd212f79b8afb1ebed4fc6eaa7b7
173173
174174COCOAPODS: 1.11.3
You can’t perform that action at this time.
0 commit comments