[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 4 / a / ZEDAsyncOperation / 0.0.1 / ZEDAsyncOperation.podspec.json
bloba8f01e6ea25a557c2f003678634347d1301801e1
2   "name": "ZEDAsyncOperation",
3   "version": "0.0.1",
4   "summary": "一个实现并发的NSOperation抽象类,用于创建和执行异步任务",
5   "homepage": "https://github.com/lichao1992/ZEDAsyncOperation",
6   "license": "MIT",
7   "authors": {
8     "李超": "964139523@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/lichao1992/ZEDAsyncOperation.git",
12     "tag": "0.0.1"
13   },
14   "source_files": "Classes/**/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "9.0"
18   }