[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / e / 5 / iOSDFULibrary / 0.1.9 / iOSDFULibrary.podspec.json
blob2f85316d53608f21b3ee54c7e7b2aab4b550f658
2   "name": "iOSDFULibrary",
3   "version": "0.1.9",
4   "summary": "This repository contains a tested library for iOS 8+ devices to perform Device Firmware Update on the nRF5x devices",
5   "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.",
6   "homepage": "https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library",
7   "license": "MIT",
8   "authors": {
9     "Mostafa Berg": "mostafa.berg@nordicsemi.no"
10   },
11   "source": {
12     "git": "https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library.git",
13     "tag": "0.1.9"
14   },
15   "social_media_url": "https://twitter.com/nordictweets",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "source_files": "iOSDFULibrary/Classes/**/*",
21   "dependencies": {
22     "EVReflection": [
23       "~> 2.6"
24     ],
25     "Zip": [
26       "~> 0.3"
27     ]
28   },
29   "deprecated_in_favor_of": "NordicDFU"