Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Revert "Update ParseLiveQuery.podspec"
Browse files Browse the repository at this point in the history
This reverts commit 597872b.
  • Loading branch information
TomWFox committed Sep 12, 2020
1 parent 57c8072 commit 397d240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ParseLiveQuery.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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

0 comments on commit 397d240

Please sign in to comment.