-
Notifications
You must be signed in to change notification settings - Fork 4
/
LightstreamerClient.podspec
21 lines (20 loc) · 1.06 KB
/
LightstreamerClient.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# NB keep in sync with Package.swift
Pod::Spec.new do |s|
s.name = 'LightstreamerClient'
s.version = '6.2.0'
s.summary = 'Lightstreamer Swift Client SDK'
s.homepage = 'https://github.com/Lightstreamer/Lightstreamer-lib-client-swift'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.md' }
s.author = { 'Lightstreamer' => '[email protected]' }
s.source = { :git => 'https://github.com/Lightstreamer/Lightstreamer-lib-client-swift.git', :tag => s.version.to_s }
#s.source = { :git => 'https://github.com/Lightstreamer/Lightstreamer-lib-client-swift.git', :branch => 'cocoapds' }
s.ios.deployment_target = '12.0'
s.macos.deployment_target = '10.13'
s.watchos.deployment_target = '5.0'
s.tvos.deployment_target = '12.0'
s.swift_version = '5.1'
s.source_files = 'Sources/LightstreamerClient/**/*'
s.dependency 'Starscream', '~> 4.0.6' # upToNextMajor
s.dependency 'Alamofire', '~> 5.8.1' # upToNextMajor
s.dependency 'RMJSONPatch', '~> 1.0.5' # upToNextMajor
end