| { |
| "name": "ArchitStateMachine", |
| "version": "0.1.0", |
| "summary": "State machine Swift framework inspired by GKStateMachine from Apple GameplayKit framework", |
| "homepage": "https://github.com/alexruperez/StateMachine", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Alex Rupérez": "contact@alexruperez.com" |
| }, |
| "source": { |
| "git": "https://github.com/alexruperez/StateMachine.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/alexruperez", |
| "platforms": { |
| "ios": "8.0", |
| "tvos": "9.0" |
| }, |
| "source_files": "StateMachine/*.{h,swift}", |
| "pushed_with_swift_version": "4.0" |
| } |