blob: 92994a6a243cccdd4af3aa50060d682420944017 [file] [log] [blame]
{
"name": "Sensor",
"version": "0.1.1",
"summary": "The Sensor framework comes with batteries included so you can start writing safe apps straight away.",
"description": "Nowadays, mobile applications become increasingly powerful and complex, rich of features that try to improve the user's experience. But power is nothing without control: the more powerful (and complex) the app is, the highest the chance it can end up in an inconsistent state.\nThe good news is our Sensor Architecture: an elegant and a good way to organise your code when working with complex applications. With the ability to define all the possible states, of each feature of a mobile application, the chances to end up in an inconsistent state are most unlikely. Thanks to the concept of the State Machine and its deterministic behaviour, we can be sure that all the transitions from a state to another state are regulated by a finite set of events that can happen.\nThe Sensor framework comes with batteries included so you can start writing safe apps straight away.",
"homepage": "https://github.com/freenowtech/Sensor",
"license": {
"type": "Apache License",
"file": "LICENSE"
},
"authors": "Intelligent Apps GmbH.",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/freenowtech/Sensor.git",
"tag": "0.1.1"
},
"source_files": "Sensor/Sources",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 5.0.0"
],
"RxCocoa": [
"~> 5.0.0"
],
"RxFeedback": [
"~> 3.0.0"
]
},
"swift_version": "5.0"
}