blob: c6da2bea2eaabb833f9b71aa1a82237e3c4591c7 [file] [log] [blame]
{
"name": "AsyncOperation",
"version": "1.0.0",
"summary": "A hassle-free implementation of asynchronous NSOperations/NSBlockOperations.",
"description": " AsyncOperation aims to ease the pain commonly encountered when having to subclass NSOperation for async tasks.\n",
"homepage": "https://github.com/regexident/AsyncOperation",
"license": {
"type": "BSD-3",
"file": "LICENSE"
},
"authors": {
"Vincent Esche": "regexident@gmail.com"
},
"source": {
"git": "https://github.com/regexident/AsyncOperation.git",
"tag": "1.0.0"
},
"source_files": "AsyncOperation/Classes/*.{swift,h,m}",
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "8.0"
}
}