blob: 8755eefafa820cdaaa3cb381c61d262450628714 [file] [log] [blame]
{
"name": "MemoryLeakTestKit",
"version": "0.0.1",
"summary": "A testing library to detect memory leaks for Swift.",
"description": "A testing library to detect memory leaks for Swift. This library can report many information such as leaked object's type/string representation/location/circular reference paths.",
"homepage": "https://github.com/Kuniwak/MemoryLeakTestKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"authors": {
"Kuniwak": "orga.chem.job@gmail.com"
},
"source": {
"git": "https://github.com/Kuniwak/MemoryLeakTestKit.git",
"tag": "0.0.1"
},
"source_files": "Sources/**/*.swift",
"exclude_files": "Sources/**/*.gyb",
"frameworks": "Foundation"
}