blob: ac9303c7247d7ac6a41e05508d68478b35dc2748 [file] [log] [blame]
{
"name": "AsyncBlockOperation",
"version": "1.0.0",
"summary": "NSOperation subclass for support async block.",
"homepage": "https://github.com/devxoul/AsyncBlockOperation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"devxoul": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/AsyncBlockOperation.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "AsyncBlockOperation/AsyncBlockOperation.{h,m}",
"frameworks": "Foundation",
"platforms": {
"ios": "4.3",
"osx": "10.6"
}
}