forked from stefanrenne/RxSonosLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRxSonosLib.podspec
More file actions
19 lines (19 loc) · 956 Bytes
/
RxSonosLib.podspec
File metadata and controls
19 lines (19 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |spec|
spec.name = 'RxSonosLib'
spec.version = '0.14.3'
spec.license = { :type => 'Apache-2.0' }
spec.homepage = 'https://github.com/stefanrenne/RxSonosLib'
spec.authors = { 'Stefan Renne' => '[email protected]' }
spec.summary = 'RxSwift library that simplifies interacting with Sonos Devices'
spec.source = { :git => 'https://github.com/Stillness-2/RxSonosLib' }
spec.swift_version = '5.0'
spec.ios.deployment_target = '10.0'
spec.tvos.deployment_target = '10.0'
spec.osx.deployment_target = '10.12'
spec.watchos.deployment_target = '4.0'
spec.requires_arc = true
spec.source_files = 'RxSonosLib/Framework/**/*.swift'
spec.dependency 'RxSwift', '~> 4.5'
spec.dependency 'RxSSDP', '~> 5.0'
spec.dependency 'AEXML', '~> 4.4'
end