blob: 2d948234f911f69b0d43410d0f6368b7313ff818 [file] [log] [blame]
{
"name": "FiniteStateMachine",
"version": "1.0",
"summary": "Finite State Machine",
"homepage": "https://github.com/moky",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DIM": "john.chen@infothinker.com"
},
"source": {
"git": "https://github.com/moky/FiniteStateMachine.git",
"tag": "1.0"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": false,
"source_files": [
"Classes/**/*",
"ds/**/*",
"fsm/**/*"
],
"public_header_files": "Classes/*.h"
}