blob: 5699efd4b1af4c137a3a33ca198c7f1538c4c7ff [file] [log] [blame]
{
"name": "YCSymbolTracker",
"version": "0.1.0",
"summary": "Track symbols.",
"homepage": "http://git.intra.weibo.com/CD_PODS/YCLaunchSymbolTracker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yuchen Peng": "yuchenpeng826@hotmail.com"
},
"source": {
"git": "https://github.com/ryan7cruise/YCSymbolTracker.git",
"tag": "0.1.0"
},
"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"
}
}
}