Skip to content

Commit 9e8be83

Browse files
authored
Merge pull request #525 from NordicSemiconductor/version/4.14.0
Version 4.14.0
2 parents 92d3e90 + a767562 commit 9e8be83

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Test App/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- iOSDFULibrary (4.13.0):
2+
- iOSDFULibrary (4.14.0):
33
- ZIPFoundation (= 0.9.16)
44
- ZIPFoundation (0.9.16)
55

@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
iOSDFULibrary: 33908abb48656bcf9e69f8b65fc16ac44af80690
18+
iOSDFULibrary: 02e43ad33fb80b8d50f94900c5bdd807ababc15d
1919
ZIPFoundation: d170fa8e270b2a32bef9dcdcabff5b8f1a5deced
2020

2121
PODFILE CHECKSUM: ae4b20f609dc65f886ce92e7f350ae5ef1fa65ca

Test App/Pods/Local Podspecs/iOSDFULibrary.podspec.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Test App/Pods/Manifest.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Test App/Pods/Target Support Files/iOSDFULibrary/ResourceBundle-PrivacyInfo-iOSDFULibrary-Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Test App/Pods/Target Support Files/iOSDFULibrary/iOSDFULibrary-Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iOSDFULibrary.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "iOSDFULibrary"
33
s.module_name = 'NordicDFU'
4-
s.version = "4.13.0"
4+
s.version = "4.14.0"
55
s.summary = "This repository contains a library to perform Device Firmware Update on the nRF5x devices."
66
s.description = <<-DESC
77
The nRF5x Series chips are flash-based SoCs, and as such they represent the most flexible solution available. A key feature of the nRF5x Series and their associated software architecture and S-Series SoftDevices is the possibility for Over-The-Air Device Firmware Upgrade (OTA-DFU). See Figure 1. OTA-DFU allows firmware upgrades to be issued and downloaded to products in the field via the cloud and so enables OEMs to fix bugs and introduce new features to products that are already out on the market. This brings added security and flexibility to product development when using the nRF5x Series SoCs.

0 commit comments

Comments
 (0)