blob: 56c485127131b7e6a4d307e0d4ecb83cbb1951e3 [file] [log] [blame]
{
"name": "SwiftySensors",
"version": "0.6.1",
"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": "0.6.1",
"submodules": true
},
"source_files": "Sources/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"dependencies": {
"Signals": [
"~> 5.0"
]
},
"subspecs": [
{
"name": "Serializers",
"source_files": [
"Sources/*Serializer.swift",
"Sources/Operators.swift"
]
}
]
}