[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 1 / 2 / SwiftySensors / 0.6.1 / SwiftySensors.podspec.json
blob56c485127131b7e6a4d307e0d4ecb83cbb1951e3
2   "name": "SwiftySensors",
3   "version": "0.6.1",
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": "0.6.1",
21     "submodules": true
22   },
23   "source_files": "Sources/**/*.swift",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "4.0"
26   },
27   "dependencies": {
28     "Signals": [
29       "~> 5.0"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Serializers",
35       "source_files": [
36         "Sources/*Serializer.swift",
37         "Sources/Operators.swift"
38       ]
39     }
40   ]