blob: 3e99d3fba739b39215946b4564d7f4528ceab857 [file] [log] [blame]
{
"name": "Stateful",
"version": "2.2.0",
"summary": "The easiest state machine in Swift",
"description": "A minimalistic, thread-safe, non-boilerplate and super easy to use state machine in Swift.",
"homepage": "https://github.com/albertodebortoli/Stateful",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alberto De Bortoli": "albertodebortoli.website@gmail.com"
},
"source": {
"git": "https://github.com/albertodebortoli/Stateful.git",
"tag": "2.2.0"
},
"social_media_url": "https://twitter.com/albertodebo",
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0",
"source_files": "Stateful/Classes/**/*.swift",
"frameworks": "Foundation",
"testspecs": [
{
"name": "StatefulUnitTests",
"test_type": "unit",
"source_files": "Stateful/UnitTests/**/*.swift"
}
]
}