blob: d02a195b1ed0106e151743a6d706baf957b82cef [file] [log] [blame]
{
"name": "SwiftMachine",
"version": "1.0.1",
"summary": "A Finite-like state machine written in Swift",
"description": "A simple, lightweight, yet powerful way to to manage state and state transitions in your application.",
"homepage": "https://github.com/bangerang/SwiftMachine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bangerang": "jo1han@hotmail.com"
},
"source": {
"git": "https://github.com/bangerang/SwiftMachine.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/johanthorell",
"swift_version": "3.2",
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftMachine/**/*"
}