blob: 1e00fb3c0b62f87273467a2166e1ca7a12ee8d8c [file] [log] [blame]
{
"name": "PerformanceMonitor",
"version": "0.0.5",
"license": "Code is private.",
"summary": "PerformanceMonitor is a non-invasive APM system, Including monitoring CPU,Memory,FPS,Recording all OC and Swift methods time consuming,etc.",
"homepage": "https://github.com/woshiccm/PerformanceMonitor",
"authors": "roy",
"source": {
"git": "https://github.com/woshiccm/PerformanceMonitor.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"cocoapods_version": ">= 1.4",
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"source_files": "PerformanceMonitor/**/*.{h,mm,swift,s}",
"dependencies": {
"RCBacktrace": [
"~> 0.1.7"
]
},
"swift_version": "5.0"
}