blob: 627b8b9e0f1a5bdad30d7e01e372f5861841d7bd [file] [log] [blame]
{
"name": "IOSThingyLibrary",
"version": "1.5.0",
"summary": "A Swift 5 SDK implementation for the Nordic Thingy:52 produced by Nordic Semiconductor",
"description": "This is a mobile SDK for the Thingy:52 devices developed by Nordic Semiconductor. Thingy:52\nis a development board with a vast amount of sensors, an input button and an RGB LED, fully\ncustomizable thanks to its Bluetooth LE API that requires no firmware programming knowledge.\nThis SDK takes it a step further by allowing developers create their own Thingy:52 compatible\napplications with ease.",
"homepage": "https://www.nordicsemi.com",
"license": {
"type": "Nordic 5-Clause",
"file": "LICENSE"
},
"authors": {
"Aleksander Nowakowski": "aleksander.nowakowski@nordicsemi.no"
},
"source": {
"git": "https://github.com/NordicSemiconductor/IOS-Nordic-Thingy.git",
"tag": "1.5.0"
},
"social_media_url": "https://twitter.com/nordictweets",
"swift_versions": [
"4.2",
"5.0"
],
"platforms": {
"ios": "9.0"
},
"source_files": "IOSThingyLibrary/Classes/**/*",
"dependencies": {
"iOSDFULibrary": [
"~> 4"
]
},
"swift_version": "5.0"
}