blob: 1e98fdede4b63eb9008ee48f6eb67b1538bf3ae0 [file] [log] [blame]
{
"name": "TapDeviceClient",
"version": "0.0.1-alpha.2",
"summary": "TapDeviceClient is a Swift implementation of IoTize Tap device client",
"description": "This is a Swift port of [IoTize Tap Device API](http://developer.iotize.com).\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.2"
},
"requires_arc": true,
"platforms": {
"ios": "11.0",
"osx": "10.11"
},
"source_files": [
"Sources/Features/TapClient/Sources/**/*.swift",
"Sources/Features/TapClient/Sources/*.swift"
],
"swift_version": "4.0",
"dependencies": {
"TapClientApi": [
"0.0.1-alpha.1"
],
"IotizeCore": [
"0.0.1-alpha.1"
],
"RxSwift": [
"~> 4.0"
],
"CryptoSwift": [
"~> 0.13"
]
}
}