blob: a242d713f7c5977b3d9f71d963b72a9999310db3 [file] [log] [blame]
{
"name": "GBAsyncOperation",
"version": "0.2.0",
"summary": "Allows to create Swift Operations with asynchronous work packages",
"swift_version": "4.0",
"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.",
"homepage": "https://github.com/aiwo/GBAsyncOperation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gennady Berezovsky": "bergencroc@gmail.com"
},
"source": {
"git": "https://github.com/aiwo/GBAsyncOperation.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/aiwo",
"platforms": {
"ios": "9.0"
},
"source_files": "GBAsyncOperation/Classes/**/*"
}