blob: dbc92151cbff1136060b4620f9e9c96e6877ac16 [file] [log] [blame]
{
"name": "FlowGraph",
"version": "0.6.3",
"summary": "Simple State Machine for Swift",
"homepage": "https://github.com/objective-audio/SwiftFlowGraph",
"license": {
"type": "MIT"
},
"authors": {
"Yuki Yasoshima": "yukiyasos@gmail.com"
},
"platforms": {
"ios": "10.3",
"osx": "10.13"
},
"requires_arc": true,
"source": {
"git": "https://github.com/objective-audio/SwiftFlowGraph.git",
"tag": "0.6.3"
},
"source_files": "FlowGraph/*.swift",
"swift_versions": "5.0"
}