blob: 01138757452b6953d2252acd56a345318f743c9a [file] [log] [blame]
{
"name": "AsynchronousOperation",
"version": "1.0.0",
"summary": "Operation subclasses to perfom asynchronously",
"swift_version": "4.2",
"description": "AsynchronousOperation is a lightweight version of the sample code presented at the WWDC session https://developer.apple.com/videos/play/wwdc2015/226/.",
"homepage": "https://github.com/gaetanzanella/AsynchronousOperation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gaetanzanella": "gaetan.zanella@fabernovel.com"
},
"source": {
"git": "https://github.com/gaetanzanella/AsynchronousOperation.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "AsynchronousOperation/Classes/**/*"
}