2 "name": "OSCallSymbolTracker",
4 "summary": "call symbol tracker",
5 "homepage": "https://github.com/liushuzeng/OSCallSymbolTracker",
11 "liushuzeng": "794895276@qq.com"
14 "git": "https://github.com/liushuzeng/OSCallSymbolTracker.git",
21 "source_files": "OSCallSymbolTracker/*.{h,m}",
22 "preserve_paths": "OSCallSymbolTracker/symbol_tracker.rb",
23 "pod_target_xcconfig": {
24 "ENABLE_BITCODE": "NO"
26 "user_target_xcconfig": {
27 "ENABLE_BITCODE": "NO",
28 "OTHER_CFLAGS": "$(inherited) -fsanitize-coverage=func,trace-pc-guard",
29 "OTHER_SWIFT_FLAGS": "$(inherited) -sanitize=undefined -sanitize-coverage=func"