blob: 34f5708763f841c8b7530d4aedd62eea870fe503 [file] [log] [blame]
{
"name": "YBStatechart",
"version": "1.0.1",
"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.1"
},
"source_files": "YBStatechart/*.{h,m}",
"requires_arc": true
}