| { | |
| "name": "NSMStateMachine", | |
| "version": "0.2.2", | |
| "summary": "NSMStateMachine is a library of state machine.", | |
| "homepage": "https://github.com/xinpianchang/NSMStateMachine-ObjC", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Lin Lin": "linlin@xinpianchang.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/xinpianchang/NSMStateMachine-ObjC.git", | |
| "tag": "0.2.2" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "NSMStateMachine/Classes/**/*", | |
| "dependencies": { | |
| "CocoaLumberjack": [ | |
| ] | |
| } | |
| } |