blob: a05f65b272f562a715c85dffe66e13f329a2de36 [file] [log] [blame]
{
"name": "OEAsyncBlockOperation",
"version": "1.0",
"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"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/orxelm/OEAsyncBlockOperation.git",
"tag": "1.0"
},
"source_files": "AsyncBlockOperation/*.swift",
"requires_arc": true,
"frameworks": "Foundation"
}