[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / f / 9 / a / FlowOperations / 1.0 / FlowOperations.podspec.json
blob775b8362c274e73a7b90c80fbc3e2b54906d37c3
2   "name": "FlowOperations",
3   "version": "1.0",
4   "summary": "Operation Oriented Programming in Swift",
5   "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.",
6   "homepage": "https://github.com/JohnSundell/Flow",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "John Sundell": "john@sundell.co"
13   },
14   "social_media_url": "https://twitter.com/johnsundell",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0"
19   },
20   "source": {
21     "git": "https://github.com/JohnSundell/Flow.git",
22     "tag": "1.0"
23   },
24   "source_files": "Sources/Flow.swift",
25   "frameworks": "Foundation"