blob: a9d42b3097ec7888b2cd80098aff54051c2ffb13 [file] [log] [blame]
{
"name": "FlowGraph",
"version": "0.5.0",
"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.5.0"
},
"source_files": "FlowGraph/*.swift",
"swift_version": "4.2"
}