blob: bd1e99b609fd976a38cbd20595f0cbd1828badc5 [file] [log] [blame]
{
"name": "FlowOperations",
"version": "2.0",
"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": "2.0"
},
"source_files": "Sources/Flow.swift",
"frameworks": "Foundation"
}