[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 0 / 9 / a / SwiftyTasks / 0.0.1 / SwiftyTasks.podspec.json
blob26dd604f29451998afe91f5730a8059f8075f7e2
2   "name": "SwiftyTasks",
3   "version": "0.0.1",
4   "summary": "Pragmatic approach to async tasks in Swift",
5   "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.",
6   "homepage": "https://github.com/victor-pavlychko/SwiftyTasks",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Victor Pavlychko": "victor.pavlychko@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/victor-pavlychko/SwiftyTasks.git",
16     "tag": "0.0.1"
17   },
18   "social_media_url": "https://twitter.com/victorpavlychko",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SwiftyTasks/**/*"