blob: ce281a5b41f2ae83197f13bf3b1d2882f9e87ea1 [file] [log] [blame]
{
"name": "ti_oad",
"version": "1.0.1",
"summary": "Over the Air Download library for CC26xx/CC13xx",
"description": "Texas Instruments OAD (Over the Air Download) library.\nThis pod handles firmware updates on the CC26xx/CC13xx devices\nti_oad makes it easy for customers to integrate firmware update\ninto their existing iOS projects. For platform support notes, please see README.md",
"homepage": "https://git.ti.com/simplelink-ble-oad-ios",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Ole Andreas Torvmark": "o.a.torvmark@ti.com"
},
"source": {
"git": "git://git.ti.com/simplelink-ble-oad-ios/simplelink-ble-oad-ios.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.13"
},
"source_files": "ti_oad/Classes/**/*",
"public_header_files": "ti_oad/Classes/**/*.h"
}