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