blob: b86b1c06a10f494b31cafd3a3082e9535b0939e9 [file] [log] [blame]
{
"name": "SwiftySensors",
"version": "0.3.3",
"summary": "BLE Fitness Sensors Communication Utilities for iOS and OSX",
"homepage": "https://github.com/kinetic-fit/sensors-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kinetic": "admin@kinetic.fit"
},
"platforms": {
"ios": "8.2",
"osx": "10.11"
},
"source": {
"git": "https://github.com/kinetic-fit/sensors-swift.git",
"tag": "0.3.3",
"submodules": true
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"Signals": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Serializers",
"source_files": [
"Sources/*Serializer.swift",
"Sources/Operators.swift"
]
}
]
}