[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 3 / 5 / GBAsyncOperation / 0.2.0 / GBAsyncOperation.podspec.json
bloba242d713f7c5977b3d9f71d963b72a9999310db3
2   "name": "GBAsyncOperation",
3   "version": "0.2.0",
4   "summary": "Allows to create Swift Operations with asynchronous work packages",
5   "swift_version": "4.0",
6   "description": "Framework is mainly focused on isolating the work package from the package point into a asynchronous operation subclass. By doing this calling point class is able to implement and manipulate a queue of operations.",
7   "homepage": "https://github.com/aiwo/GBAsyncOperation",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Gennady Berezovsky": "bergencroc@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/aiwo/GBAsyncOperation.git",
17     "tag": "0.2.0"
18   },
19   "social_media_url": "https://twitter.com/aiwo",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "GBAsyncOperation/Classes/**/*"