diff --git a/iOSMcuManagerLibrary.podspec b/iOSMcuManagerLibrary.podspec index 1c81c29..039fee6 100644 --- a/iOSMcuManagerLibrary.podspec +++ b/iOSMcuManagerLibrary.podspec @@ -2,9 +2,9 @@ Pod::Spec.new do |s| s.name = "iOSMcuManagerLibrary" s.version = "1.7" s.license = { :type => "Apache 2.0", :file => "LICENSE" } - s.summary = "A mobile management library for devices running Apache Mynewt or Zephyr." + 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/NordicSemiconductor/IOS-nRF-Connect-Device-Manager" - s.authors = { "Aleksander Nowakowski" => "aleksander.nowakowski@nordicsemi.no", "Dinesh Harjani" => "dinesh.harjani@nordicsemi.no" } + s.authors = { "Dinesh Harjani" => "dinesh.harjani@nordicsemi.no", "Aleksander Nowakowski" => "aleksander.nowakowski@nordicsemi.no" } s.source = { :git => "https://github.com/NordicSemiconductor/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"]