blob: e1bc982c56f7be6403b398712aae51c25905937b [file] [log] [blame]
{
"name": "Finite",
"version": "3.0.2",
"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": "develop@vknabel.com"
},
"source": {
"git": "https://github.com/vknabel/Finite.git",
"tag": "3.0.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/*.swift"
}