blob: 7721ca953bd1c91c350652b950864f7ce927b59c [file] [log] [blame]
{
"name": "TapClientApi",
"version": "0.0.1-alpha.1",
"summary": "IoTize tap device API definition",
"description": "This is a Swift port of [IoTize Tap Device API](http://developer.iotize.com) API.\n\n**Note:** It does not contain the implementation. Only protocol definitions\n\n[IoTize](https://iotize.com)",
"homepage": "https://github.com/iotize-sas/TapDeviceClientSwift",
"license": "MIT",
"authors": {
"Stephane Leonard": "stephane.leonard@iotize.com"
},
"source": {
"git": "https://github.com/iotize-sas/TapDeviceClientSwift.git",
"tag": "0.0.1-alpha.1"
},
"requires_arc": true,
"platforms": {
"ios": "11.0",
"osx": "10.11"
},
"source_files": "Sources/Features/TapClientApi/Sources/*.swift",
"swift_version": "4.0",
"dependencies": {
"RxSwift": [
"~> 4.0"
]
}
}