[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 2 / a / TapDeviceClient / 0.0.1-alpha.2 / TapDeviceClient.podspec.json
blob1e98fdede4b63eb9008ee48f6eb67b1538bf3ae0
2   "name": "TapDeviceClient",
3   "version": "0.0.1-alpha.2",
4   "summary": "TapDeviceClient is a Swift implementation of IoTize Tap device client",
5   "description": "This is a Swift port of [IoTize Tap Device API](http://developer.iotize.com).\n\n[IoTize](https://iotize.com)",
6   "homepage": "https://github.com/iotize-sas/TapDeviceClientSwift",
7   "license": "MIT",
8   "authors": {
9     "Stephane Leonard": "stephane.leonard@iotize.com"
10   },
11   "source": {
12     "git": "https://github.com/iotize-sas/TapDeviceClientSwift.git",
13     "tag": "0.0.1-alpha.2"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "11.0",
18     "osx": "10.11"
19   },
20   "source_files": [
21     "Sources/Features/TapClient/Sources/**/*.swift",
22     "Sources/Features/TapClient/Sources/*.swift"
23   ],
24   "swift_version": "4.0",
25   "dependencies": {
26     "TapClientApi": [
27       "0.0.1-alpha.1"
28     ],
29     "IotizeCore": [
30       "0.0.1-alpha.1"
31     ],
32     "RxSwift": [
33       "~> 4.0"
34     ],
35     "CryptoSwift": [
36       "~> 0.13"
37     ]
38   }