[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / c / 1 / 2 / SwiftySensors / 1.1.0 / SwiftySensors.podspec.json
blob6cabb2a36a8a76884e1cb7e7e0c4efe96b24ded7
2   "name": "SwiftySensors",
3   "version": "1.1.0",
4   "summary": "BLE Fitness Sensors Communication Utilities for iOS, macOS and tvOS",
5   "homepage": "https://github.com/kinetic-fit/sensors-swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kinetic": "admin@kinetic.fit"
12   },
13   "platforms": {
14     "ios": "8.4",
15     "osx": "10.13",
16     "tvos": "11.2"
17   },
18   "source": {
19     "git": "https://github.com/kinetic-fit/sensors-swift.git",
20     "tag": "1.1.0",
21     "submodules": true
22   },
23   "source_files": "Sources/**/*.swift",
24   "swift_versions": "5.0",
25   "dependencies": {
26     "Signals": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Serializers",
33       "source_files": [
34         "Sources/*Serializer.swift",
35         "Sources/Operators.swift"
36       ]
37     }
38   ]