2 "name": "MemoryLeakTestKit",
4 "summary": "A testing library to detect memory leaks for Swift.",
5 "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.",
6 "homepage": "https://github.com/Kuniwak/MemoryLeakTestKit",
11 "swift_version": "4.2",
19 "Kuniwak": "orga.chem.job@gmail.com"
22 "git": "https://github.com/Kuniwak/MemoryLeakTestKit.git",
25 "source_files": "Sources/**/*.swift",
26 "exclude_files": "Sources/**/*.gyb",
27 "frameworks": "Foundation"