| { |
| "name": "YBStatechart", |
| "version": "1.0.2", |
| "summary": "Framework for statecharts. A statecharts is a formalized type of finite state machine.", |
| "homepage": "https://github.com/ronaldmannak/YBStatechart", |
| "license": "Apache License, Version 2.0", |
| "authors": { |
| "Martijn The": "post@martijnthe.nl", |
| "Ronald Mannak": "ronaldmannak@me.com" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/ronaldmannak/YBStatechart.git", |
| "tag": "1.0.2" |
| }, |
| "source_files": "YBStatechart/*.{h,m}", |
| "requires_arc": true |
| } |