blob: 58e3f8de900bd1ef660e3d5ad142b8effef76307 [file] [log] [blame]
{
"name": "Finite",
"version": "3.0.3",
"summary": "A simple state machine written in Swift.",
"description": "Finite is a simple, pure Swift finite state machine.",
"social_media_url": "https://twitter.com/vknabel",
"homepage": "https://github.com/vknabel/Finite",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Valentin Knabel": "dev@vknabel.com"
},
"source": {
"git": "https://github.com/vknabel/Finite.git",
"tag": "3.0.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "4.0"
}