blob: 8cca39253dff5dfab6a72e04b399e2c9cffa8aa2 [file] [log] [blame]
{
"name": "RTStateMachine",
"version": "1.0.0",
"summary": "Simple implementation of State-machine with target-action or block using Objective-C",
"description": "Simple implementation of State-machine with target-action or block using Objective-C.\nAn easy way to build up state machine graph.",
"homepage": "https://github.com/zhooleen/StateMachine",
"license": "MIT",
"authors": {
"lzhu": "1064946958@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhooleen/StateMachine.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}