| { |
| "name": "SwiftMachine", |
| "version": "1.0", |
| "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" |
| }, |
| "social_media_url": "https://twitter.com/johanthorell", |
| "swift_version": "3.2", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "SwiftMachine/**/*" |
| } |