Skip to content

Commit

Permalink
Merge pull request #250 from NordicSemiconductor/pod-trunk-fixes
Browse files Browse the repository at this point in the history
Podspec Summary Update
  • Loading branch information
dinesharjani authored Jul 10, 2024
2 parents 89a6acd + a28a450 commit 7dd2c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iOSMcuManagerLibrary.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 7dd2c78

Please sign in to comment.