blob: 67f15ca39f24d1b2eb6ca7bfaee29e00b5303073 [file] [log] [blame]
{
"name": "SwiftMachine",
"version": "1.0.3",
"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.3"
},
"social_media_url": "https://twitter.com/johanthorell",
"exclude_files": "SwiftMachine/*.plist",
"swift_version": "3.2",
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftMachine/**/*"
}