From d73cbb06d5ec00e153e258ba701b795e42545bb8 Mon Sep 17 00:00:00 2001 From: Joe Szymanski Date: Mon, 2 Mar 2020 15:05:04 -0500 Subject: [PATCH] Update Bolts dependency to only use the Tasks subspec. This removes the import of Bolts/AppLinks, which includes some UIWebView code that can't be used anymore. --- ParseLiveQuery.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ParseLiveQuery.podspec b/ParseLiveQuery.podspec index 54bc5802..a8f9ce4a 100644 --- a/ParseLiveQuery.podspec +++ b/ParseLiveQuery.podspec @@ -25,6 +25,6 @@ Pod::Spec.new do |s| s.dependency 'Parse', '~> 1.17.3' s.dependency 'Bolts-Swift', '~> 1.5.0' s.dependency 'Starscream', '~> 3.1.0' - s.dependency 'Bolts', '~> 1.9.0' + s.dependency 'Bolts/Tasks', '~> 1.9.0' end \ No newline at end of file