[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / a / 1 / XBAsyncStackTrace / 0.1 / XBAsyncStackTrace.podspec.json
blobda204d514f69c13b2df6fb5e1e480478d2440b63
2   "name": "XBAsyncStackTrace",
3   "version": "0.1",
4   "summary": "record iOS async stacktrace",
5   "description": "Due to tail call optimization and async func call, there might be a crash that actual crash address will not appear in stack trace. So XBAsyncStackTrace will record dispatch and performSelector's async stack trace,like what you see in Xcode,stack enqueued from blabla, so that you can get to the real crash func",
6   "homepage": "https://github.com/tiantianbobo/XBAsyncStackTrace",
7   "license": "MIT",
8   "authors": "xiaobochen",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/tiantianbobo/XBAsyncStackTrace.git",
14     "tag": "0.1"
15   },
16   "static_framework": true,
17   "source_files": "XBAsyncStackTrace/Classes/*.{h,m}",
18   "public_header_files": [
19     "XBAsyncStackTrace/Classes/XBThreadAsyncStackTraceRecord.h",
20     "XBAsyncStackTrace/Classes/XBAsyncStackTraceManager.h"
21   ],
22   "dependencies": {
23     "fishhook": [
24       "~>0.2"
25     ]
26   }