blob: 1b447a1468c386475492b50e472309957a8585b1 [file] [log] [blame]
{
"name": "Stateful",
"version": "1.0.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": "1.0.0"
},
"social_media_url": "https://twitter.com/albertodebo",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "Stateful/Classes/**/*.swift",
"frameworks": "Foundation",
"testspecs": [
{
"name": "StatefulUnitTests",
"test_type": "unit",
"source_files": "Stateful/UnitTests/**/*.swift"
}
]
}