blob: 23bfe60286fa48c6e6ddb8f96c76a4af610fa944 [file] [log] [blame]
{
"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
}