| { |
| "name": "iOSStateMachine", |
| "version": "0.1.0", |
| "summary": "StateMachine easy to use for iOS Platforms.", |
| "description": "StateMachine easy to use for iOS Platforms. Install library into project, never have to handle states of complex logics.", |
| "homepage": "https://github.com/ilyadaberdil/iOSStateMachine", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ilyadaberdil": "ilyadaberdil@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/ilyadaberdil/iOSStateMachine.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://linkedin.com/in/ilyadaberdil", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_versions": "5.0", |
| "source_files": "iOSStateMachine/Classes/**/*", |
| "swift_version": "5.0" |
| } |