| { |
| "name": "SwiftyTasks", |
| "version": "0.0.1", |
| "summary": "Pragmatic approach to async tasks in Swift", |
| "description": "SwiftyTask aims to build workflows on top of existing `Operation` infrastructure extending\nit with result/error handling. Any third-parrty `Operation` subclasses can be easily extended\nto support `TaskProtocol` and participate in complex workflows.", |
| "homepage": "https://github.com/victor-pavlychko/SwiftyTasks", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Victor Pavlychko": "victor.pavlychko@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/victor-pavlychko/SwiftyTasks.git", |
| "tag": "0.0.1" |
| }, |
| "social_media_url": "https://twitter.com/victorpavlychko", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "SwiftyTasks/**/*" |
| } |