diff --git a/docs/getting-started/ios-native.mdx b/docs/getting-started/ios-native.mdx index 4ce008aca..a29f7b40e 100644 --- a/docs/getting-started/ios-native.mdx +++ b/docs/getting-started/ios-native.mdx @@ -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 diff --git a/iOS/Sample/Podfile b/iOS/Sample/Podfile index f549ca024..ff27bd08d 100644 --- a/iOS/Sample/Podfile +++ b/iOS/Sample/Podfile @@ -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 diff --git a/iOS/Sample/Podfile.lock b/iOS/Sample/Podfile.lock index 443fde85a..cd5739db5 100644 --- a/iOS/Sample/Podfile.lock +++ b/iOS/Sample/Podfile.lock @@ -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 diff --git a/iOS/SampleSwift/Podfile b/iOS/SampleSwift/Podfile index 23ab5d73d..351702af9 100644 --- a/iOS/SampleSwift/Podfile +++ b/iOS/SampleSwift/Podfile @@ -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 diff --git a/iOS/SampleSwift/Podfile.lock b/iOS/SampleSwift/Podfile.lock index 906ebc595..2ae09bbc1 100644 --- a/iOS/SampleSwift/Podfile.lock +++ b/iOS/SampleSwift/Podfile.lock @@ -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