You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>If you only use <code>@Codable</code> in your main app (not inside other Pods), simply add to your Podfile:</p>
100
100
<pre><codeclass="ruby language-ruby">
101
-
pod 'ReerCodable', '1.7.1'
101
+
pod 'ReerCodable', '1.7.2'
102
102
</code></pre>
103
103
104
104
<h4>2. Use in a Pod Component</h4>
105
105
<p>If your Pod needs to use <code>@Codable</code> and other ReerCodable macros, you <strong>must</strong> add <code>pod_target_xcconfig</code> to load the macro plugin binary, because CocoaPods does not propagate build settings from dependencies to dependent Pods:</p>
0 commit comments