blob: f73e265cd59cbca72fcf3f8870441aa4cdb279d1 [file] [log] [blame]
{
"name": "FlowGraph",
"version": "0.2.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.2.0"
},
"source_files": "FlowGraph/*.swift",
"swift_version": "4.0"
}