blob: 25f52544c191ba2e5d5572dd9f8c0f0ffc1c70e0 [file] [log] [blame]
{
"name": "FlowOperations",
"version": "1.1",
"summary": "Operation Oriented Programming in Swift",
"description": "A lightweight Swift library for doing operation oriented programming. Easily define your own, atomic operations, and/or use an exensive library of ready-to-use operations that can be grouped, sequenced, queued and repeated.",
"homepage": "https://github.com/JohnSundell/Flow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"John Sundell": "john@sundell.co"
},
"social_media_url": "https://twitter.com/johnsundell",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/JohnSundell/Flow.git",
"tag": "1.1"
},
"source_files": "Sources/Flow.swift",
"frameworks": "Foundation"
}