blob: d26c63558a242300a75db3c96caf4190d9d2b6d8 [file] [log] [blame]
{
"name": "SwiftMemoryLeakWatchdog",
"version": "0.0.1",
"summary": "Memory leak watchdog for swift.",
"authors": {
"coutryLane": "1808982819@qq.com"
},
"description": "Swift memory leak watchdog. Check memory leak while page exiting",
"homepage": "https://github.com/countryLane/memory_leak_watchdog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/countryLane/memory_leak_watchdog.git",
"tag": "0.0.1"
},
"source_files": [
"memory_leak_watchdog/MemoryCheck/**/*.{h, m, swift}",
"memory_leak_watchdog/Swizzle/**/*.{h, m, swift}"
],
"resources": "*.{gif, jpg}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}