blob: e0e0926b86b0af8b8c8c1b52440792f594692446 [file] [log] [blame]
{
"name": "Finite",
"version": "3.1.1",
"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.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/*.swift"
}