-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathiOSMcuManagerLibrary.podspec
More file actions
21 lines (17 loc) · 1 KB
/
Copy pathiOSMcuManagerLibrary.podspec
File metadata and controls
21 lines (17 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = "iOSMcuManagerLibrary"
s.version = "1.14.4"
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
s.summary = "A mobile management library for devices running Apache Mynewt, Zephyr (McuMgr) and SUIT (Software Update for the Internet of Things)."
s.homepage = "https://github.com/nordicsemi/IOS-nRF-Connect-Device-Manager"
s.authors = { "Dinesh Harjani" => "dinesh.harjani@nordicsemi.no", "Aleksander Nowakowski" => "aleksander.nowakowski@nordicsemi.no" }
s.source = { :git => "https://github.com/nordicsemi/IOS-nRF-Connect-Device-Manager.git", :tag => "#{s.version}" }
s.swift_versions = ["4.2", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7", "5.8", "5.9", "5.10"]
s.ios.deployment_target = "13.0"
s.osx.deployment_target = "10.15"
s.source_files = "iOSMcuManagerLibrary/Source/**/*.{swift, h}"
s.exclude_files = "iOSMcuManagerLibrary/Source/*.plist"
s.requires_arc = true
s.dependency "SwiftCBOR", "0.5.0"
s.dependency "ZIPFoundation", "0.9.19"
end