blob: 3bc769bf91a0a86972a4bdb575b95d49b6cacdec [file] [log] [blame]
{
"name": "OEAsyncBlockOperation",
"version": "1.0.4",
"summary": "A simple NSOperation subclass to perform asynchronous operations on NSOperationQueue",
"homepage": "https://github.com/orxelm/OEAsyncBlockOperation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Or Elmaliah": "orxelm@gmail.com"
},
"social_media_url": "https://twitter.com/OrElm",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/orxelm/OEAsyncBlockOperation.git",
"tag": "1.0.4"
},
"source_files": "AsyncBlockOperation/Source/AsyncBlockOperation.swift",
"requires_arc": true,
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}