blob: bc46ac31229473aef43e0643c79587c36aa3e7bd [file] [log] [blame]
{
"name": "FlowFramework",
"version": "1.4.1",
"module_name": "Flow",
"summary": "Working with asynchronous flows",
"description": "Flow is a Swift library for working with event handling, asynchronous operations and life time management.",
"homepage": "https://github.com/iZettle/Flow",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"iZettle AB": "hello@izettle.com"
},
"platforms": {
"osx": "10.11",
"ios": "9.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/iZettle/Flow.git",
"tag": "1.4.1"
},
"source_files": "Flow/*.{swift}",
"swift_version": "4.1"
}