From 7f2f720a2dd1713d9360e53b2c5540abab03cbd3 Mon Sep 17 00:00:00 2001 From: Felix Dumit Date: Sat, 21 Apr 2018 18:25:49 -0700 Subject: [PATCH] add explicit bolts dependency --- ParseLiveQuery.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/ParseLiveQuery.podspec b/ParseLiveQuery.podspec index ec3fb7e7..4643004a 100644 --- a/ParseLiveQuery.podspec +++ b/ParseLiveQuery.podspec @@ -25,4 +25,5 @@ Pod::Spec.new do |s| s.dependency 'Parse', '~> 1.17.0' s.dependency 'Bolts-Swift', '~> 1.3.0' s.dependency 'Starscream', '~> 3.0.4' + s.dependency 'Bolts', '~> 1.9.0' end