blob: cd6d4e6dd358e5641ae57bf9884bab9738f17ffe [file] [log] [blame]
{
"name": "RTStateMachine",
"version": "1.1.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.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}