blob: bd46b30636d7d3ca9789b68dc6ef53037d4264d1 [file] [log] [blame]
{
"name": "iOSDFULibrary",
"version": "2.1.4",
"summary": "This repository contains a tested library for iOS 8+ devices to perform Device Firmware Update on the nRF5x devices",
"description": "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.",
"homepage": "https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library",
"license": "MIT",
"authors": {
"Mostafa Berg": "mostafa.berg@nordicsemi.no"
},
"source": {
"git": "https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library.git",
"tag": "2.1.4"
},
"social_media_url": "https://twitter.com/nordictweets",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "iOSDFULibrary/Classes/**/*",
"dependencies": {
"Zip": [
"~> 0.6"
]
}
}