blob: dfc89a8c2106398ac8710accbb86bb8c7602bb30 [file] [log] [blame]
{
"name": "JKLThreadSafeOperator",
"version": "0.1.0",
"summary": "A light-weight thread-safe operation wrapper used to perform sync read, aync barrier write on a concurrent queue.",
"description": "Make a class thread-safe could be painful, as involving wrapping all your public methods into GCD operations. \n\nThis operator is designated to perform thread-safe operations by simply wrapping read & write operations into corresponding blocks. So without changing original model classes, the project could benefit from multi-threading without compromising the stability.\n",
"homepage": "https://github.com/jiakai-lian/JKLThreadSafeOperator",
"license": "MIT",
"authors": {
"Jiakai Lian": "jiakai.lian@gmail.com"
},
"source": {
"git": "https://github.com/jiakai-lian/JKLThreadSafeOperator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JKLThreadSafeOperator": [
"Pod/Assets/*.png"
]
}
}