blob: 047a34a560d85573469acd1132e3c491391342a1 [file] [log] [blame]
{
"name": "OEAsyncBlockOperation",
"version": "1.0.5",
"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.5"
},
"source_files": "AsyncBlockOperation/Source/AsyncBlockOperation.swift",
"requires_arc": true,
"frameworks": "Foundation"
}