blob: 6cabb2a36a8a76884e1cb7e7e0c4efe96b24ded7 [file] [log] [blame]
{
"name": "SwiftySensors",
"version": "1.1.0",
"summary": "BLE Fitness Sensors Communication Utilities for iOS, macOS and tvOS",
"homepage": "https://github.com/kinetic-fit/sensors-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kinetic": "admin@kinetic.fit"
},
"platforms": {
"ios": "8.4",
"osx": "10.13",
"tvos": "11.2"
},
"source": {
"git": "https://github.com/kinetic-fit/sensors-swift.git",
"tag": "1.1.0",
"submodules": true
},
"source_files": "Sources/**/*.swift",
"swift_versions": "5.0",
"dependencies": {
"Signals": [
]
},
"subspecs": [
{
"name": "Serializers",
"source_files": [
"Sources/*Serializer.swift",
"Sources/Operators.swift"
]
}
]
}