[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 4 / 9 / JKLThreadSafeOperator / 0.1.0 / JKLThreadSafeOperator.podspec.json
blobdfc89a8c2106398ac8710accbb86bb8c7602bb30
2   "name": "JKLThreadSafeOperator",
3   "version": "0.1.0",
4   "summary": "A light-weight thread-safe operation wrapper used to perform sync read, aync barrier write on a concurrent queue.",
5   "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",
6   "homepage": "https://github.com/jiakai-lian/JKLThreadSafeOperator",
7   "license": "MIT",
8   "authors": {
9     "Jiakai Lian": "jiakai.lian@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jiakai-lian/JKLThreadSafeOperator.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "JKLThreadSafeOperator": [
22       "Pod/Assets/*.png"
23     ]
24   }