Update CK to 0.31 everywhere

Summary: Thisi diff updates the CK version to > 0.31 everywhere. It also removes direct CK dependency on SampleSwift, as it doesn't use CK directly.

Reviewed By: fabiomassimo

Differential Revision: D28898898

fbshipit-source-id: 77d4cece79a0a4a51e7ac27b3ec68283740cd0b2
This commit is contained in:
Pritesh Nandgaonkar
2021-06-04 07:34:27 -07:00
committed by Facebook GitHub Bot
parent 87a5c5dc1b
commit 9210567685
5 changed files with 7 additions and 9 deletions

View File

@@ -20,5 +20,4 @@ target 'SampleSwift' do
pod 'boost-for-react-native', :configuration => 'Debug'
pod 'OpenSSL-Universal', :configuration => 'Debug'
pod 'CocoaAsyncSocket', :configuration => 'Debug'
pod 'ComponentKit', '~> 0.30'
end