[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / d / 3 / 5 / GBAsyncOperation / 0.2.1 / GBAsyncOperation.podspec.json
blob179d5caf2713176cc8714cee3d7dd4223c2bd46e
2   "name": "GBAsyncOperation",
3   "version": "0.2.1",
4   "summary": "Allows to create Swift Operations with asynchronous work packages",
5   "swift_versions": "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.1"
18   },
19   "social_media_url": "https://twitter.com/aiwo",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "GBAsyncOperation/Classes/**/*",
24   "swift_version": "4.0"