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

Commit 397d240

Browse files
committed
Revert "Update ParseLiveQuery.podspec"
This reverts commit 597872b.
1 parent 57c8072 commit 397d240

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ParseLiveQuery.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ParseLiveQuery'
3-
s.version = '2.7.2'
3+
s.version = '2.7.1'
44
s.license = { :type => 'BSD' }
55
s.summary = 'Allows for subscriptions to queries in conjunction with parse-server.'
66
s.homepage = 'http://parseplatform.org'
@@ -22,8 +22,8 @@ Pod::Spec.new do |s|
2222
s.source_files = 'Sources/ParseLiveQuery/**/*.{swift,h}'
2323
s.module_name = 'ParseLiveQuery'
2424

25-
s.dependency 'Parse', '~> 1.19.0'
25+
s.dependency 'Parse', '~> 1.18.0'
2626
s.dependency 'Bolts-Swift', '~> 1.5.0'
2727
s.dependency 'Starscream', '3.1.0'
2828

29-
end
29+
end

0 commit comments

Comments
 (0)