blob: 5ad8f805746e6402d3b23d73bd0241ffd84f4af5 [file] [log] [blame]
{
"name": "IotLibrary",
"version": "0.0.2",
"summary": "IotLibrary is an iOS framework written in swift",
"description": "Uploads metrics and logs to the iot web platform",
"homepage": "https://iot.zynksoftware.com",
"license": "MIT",
"authors": {
"Orban Szabolcs": "szabolcs.orban@zynksoftware.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/OrbanSzabolcs/iot-library-iOS.git",
"tag": "0.0.2"
},
"source_files": [
"iotLibrary",
"iotLibrary/**/*.{h,m}"
],
"exclude_files": "iotLibrary/iotLibrarySample"
}