blob: 733375af30ea75676fdeef629813bad58afa0669 [file] [log] [blame]
{
"name": "YCSymbolTracker",
"version": "0.1.1",
"summary": "Track symbols.",
"homepage": "https://github.com/ryan7cruise/YCSymbolTracker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yuchen Peng": "yuchenpeng826@hotmail.com"
},
"source": {
"git": "https://github.com/ryan7cruise/YCSymbolTracker.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "YCSymbolTracker/*.{h,m}",
"preserve_paths": "YCSymbolTracker/symbol_tracker.rb",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"user_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"OTHER_CFLAGS": "-fsanitize-coverage=func,trace-pc-guard",
"OTHER_SWIFT_FLAGS": "-sanitize=undefined -sanitize-coverage=func"
}
}
}