diff --git a/ParseLiveQuery.podspec b/ParseLiveQuery.podspec index a5982290..39660c4a 100644 --- a/ParseLiveQuery.podspec +++ b/ParseLiveQuery.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ParseLiveQuery' - s.version = '2.7.2' + s.version = '2.7.1' s.license = { :type => 'BSD' } s.summary = 'Allows for subscriptions to queries in conjunction with parse-server.' s.homepage = 'http://parseplatform.org' @@ -22,8 +22,8 @@ Pod::Spec.new do |s| s.source_files = 'Sources/ParseLiveQuery/**/*.{swift,h}' s.module_name = 'ParseLiveQuery' - s.dependency 'Parse', '~> 1.19.0' + s.dependency 'Parse', '~> 1.18.0' s.dependency 'Bolts-Swift', '~> 1.5.0' s.dependency 'Starscream', '3.1.0' -end +end \ No newline at end of file