blob: 6d4e7fafb43de7ddd1ba5ef4a988eba80377f740 [file] [log] [blame]
{
"name": "MFPerformanceMonitor",
"version": "0.0.1",
"homepage": "https://github.com/vviicc/MFPerformanceMonitor",
"summary": "A tool to monitor ios app performance such as memory and cpu.",
"license": "MIT",
"authors": {
"Vic": "704550191@qq.com"
},
"source": {
"git": "https://github.com/vviicc/MFPerformanceMonitor.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"preserve_paths": "thirdParty/LibXL.framework",
"vendored_frameworks": "thirdParty/LibXL.framework",
"source_files": "**/*.{h,m}",
"resources": [
"resources/*.png"
],
"public_header_files": "*.{h}",
"requires_arc": true,
"dependencies": {
"PNChart": [
],
"ZipArchiveV": [
],
"MLeaksFinder": [
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/MFPerformanceMonitor/thirdParty/\"",
"OTHER_LDFLAGS": "$(inherited) -lz -lstdc++ -framework \"LibXL\""
}
}