diff --git a/Podfile b/Podfile index 96bd615..1572641 100644 --- a/Podfile +++ b/Podfile @@ -1 +1,3 @@ -pod 'PureLayout' +target 'TableViewCellWithAutoLayout' do + pod 'PureLayout' +end