blob: 2a4bac11712e5c3c8ac3b27c6faba194e208ec0f [file] [log] [blame]
{
"name": "FlowGraph",
"version": "0.3.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.3.0"
},
"source_files": "FlowGraph/*.swift",
"swift_version": "4.1"
}