blob: b2104834b2b6c38b03a17206323d9a34df0bef22 [file] [log] [blame]
{
"name": "StateKit",
"version": "0.1.0",
"summary": "StateKit is a StateChart written for iOS/MacOSX Development",
"description": " StateKit is a framework to model, capture, manipulate and interact with State.\n\n StateKit models state in the form of a tree.\n This is different from a Finite State Machine (FSM) that models state as a graph\n",
"homepage": "https://github.com/sghiassy/StateKit",
"license": "MIT",
"authors": {
"Shaheen Ghiassy": "shaheen@groupon.com"
},
"source": {
"git": "https://github.com/sghiassy/StateKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"StateKit": [
"Pod/Assets/*.png"
]
}
}