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:
committed by
Facebook GitHub Bot
parent
87a5c5dc1b
commit
9210567685
@@ -40,7 +40,7 @@ target 'MyApp' do
|
||||
pod 'CocoaAsyncSocket', :configuration => 'Debug'
|
||||
# ...except, of course, those transitive dependencies that your
|
||||
# application itself depends, e.g.:
|
||||
pod 'ComponentKit', '~> 0.30'
|
||||
pod 'ComponentKit', '~> 0.31'
|
||||
|
||||
# If you use `use_frameworks!` in your Podfile,
|
||||
# uncomment the below $static_framework array and also
|
||||
|
||||
@@ -21,5 +21,5 @@ target 'Sample' do
|
||||
pod 'Flipper-Boost-iOSX', :configuration => 'Debug'
|
||||
pod 'OpenSSL-Universal', :configuration => 'Debug'
|
||||
pod 'CocoaAsyncSocket', :configuration => 'Debug'
|
||||
pod 'ComponentKit', '~> 0.30'
|
||||
pod 'ComponentKit', '~> 0.31'
|
||||
end
|
||||
|
||||
@@ -82,7 +82,7 @@ PODS:
|
||||
|
||||
DEPENDENCIES:
|
||||
- CocoaAsyncSocket
|
||||
- ComponentKit (~> 0.30)
|
||||
- ComponentKit (~> 0.31)
|
||||
- Flipper (from `../../Flipper.podspec`)
|
||||
- Flipper-Boost-iOSX
|
||||
- Flipper-DoubleConversion
|
||||
@@ -99,7 +99,7 @@ DEPENDENCIES:
|
||||
- OpenSSL-Universal
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/CocoaPods/Specs:
|
||||
https://github.com/CocoaPods/Specs.git:
|
||||
- CocoaAsyncSocket
|
||||
- ComponentKit
|
||||
- Flipper-Boost-iOSX
|
||||
@@ -139,6 +139,6 @@ SPEC CHECKSUMS:
|
||||
Yoga: cff67a400f6b74dc38eb0bad4f156673d9aa980c
|
||||
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
||||
|
||||
PODFILE CHECKSUM: 1851d403b80e8171a90a5086cf56f579d45a1f71
|
||||
PODFILE CHECKSUM: 154af3b1cdd6d65b1141c1215a3789297116c992
|
||||
|
||||
COCOAPODS: 1.10.1
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -82,7 +82,6 @@ PODS:
|
||||
DEPENDENCIES:
|
||||
- boost-for-react-native
|
||||
- CocoaAsyncSocket
|
||||
- ComponentKit (~> 0.30)
|
||||
- Flipper (from `../../Flipper.podspec`)
|
||||
- Flipper-DoubleConversion
|
||||
- Flipper-Folly
|
||||
@@ -97,7 +96,7 @@ DEPENDENCIES:
|
||||
- OpenSSL-Universal
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/CocoaPods/Specs:
|
||||
https://github.com/CocoaPods/Specs.git:
|
||||
- boost-for-react-native
|
||||
- CocoaAsyncSocket
|
||||
- ComponentKit
|
||||
@@ -139,6 +138,6 @@ SPEC CHECKSUMS:
|
||||
Yoga: cff67a400f6b74dc38eb0bad4f156673d9aa980c
|
||||
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
||||
|
||||
PODFILE CHECKSUM: 491980555e3479cbdc02de1d54ad3cb5c7388ec5
|
||||
PODFILE CHECKSUM: d2f6b1f5f7b3ca7994bb97a2c78943c23570db33
|
||||
|
||||
COCOAPODS: 1.10.1
|
||||
|
||||
Reference in New Issue
Block a user