blob: ca65a1c46265b1da1fc4b35bfb56056058a064be [file] [log] [blame]
{
"name": "LeakTest",
"version": "0.0.4",
"summary": "A View, ViewController or Object memory leak check tool.",
"description": "Check the View, ViewController or Object memory is memory leak or not.",
"homepage": "https://github.com/mykoma/LeakTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mykoma": "23775517@qq.com"
},
"source": {
"git": "https://github.com/mykoma/LeakTest.git",
"tag": "0.0.4"
},
"swift_versions": "5.0",
"module_name": "LeakTest",
"platforms": {
"ios": "9.0"
},
"source_files": "LeakTest/Classes/**/*",
"frameworks": "XCTest",
"dependencies": {
"Quick": [
"2.2.0"
],
"Nimble": [
"8.0.4"
]
},
"swift_version": "5.0"
}