forked from parse-community/ParseLiveQuery-iOS-OSX
-
Notifications
You must be signed in to change notification settings - Fork 1
/
tmg-ParseLiveQuery.podspec
30 lines (23 loc) · 1.13 KB
/
tmg-ParseLiveQuery.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Pod::Spec.new do |s|
s.name = 'tmg-ParseLiveQuery'
s.version = '2.8.4'
s.license = { :type => 'BSD' }
s.summary = 'Allows for subscriptions to queries in conjunction with parse-server.'
s.homepage = 'http://parseplatform.org'
s.social_media_url = 'https://twitter.com/ParsePlatform'
s.authors = { 'Parse Community' => '[email protected]', 'Richard Ross' => '[email protected]', 'Nikita Lutsenko' => '[email protected]', 'Florent Vilmart' => '[email protected]' }
s.source = { :git => 'https://github.com/themeetgroup/ParseLiveQuery-iOS-OSX.git', :tag => s.version.to_s }
s.requires_arc = true
s.platform = :ios, :osx, :tvos, :watchos
s.swift_version = '5.0'
s.cocoapods_version = '>= 1.4'
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '10.0'
s.watchos.deployment_target = '2.0'
s.osx.deployment_target = '10.10'
s.source_files = 'Sources/ParseLiveQuery/**/*.{swift,h}'
s.module_name = 'TMGParseLiveQuery'
s.dependency 'Parse', '~> 1.19.4'
s.dependency 'Bolts-Swift', '~> 1.5.0'
s.dependency 'Starscream', '~> 4.0.6'
end