blob: 44c89f18228b52442bbae421ede54284d92ff102 [file] [log] [blame]
{
"name": "XCTAssertNoLeak",
"version": "0.1.2",
"summary": "Provides assert function that check memory leak in Swift.",
"description": "Provides memory leak test cases for Swift.\nFound memory leak objects from traverse object tree using Mirror.",
"homepage": "https://github.com/tarunon/XCTAssertNoLeak",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tarunon": "croissant9603@gmail.com"
},
"source": {
"git": "https://github.com/tarunon/XCTAssertNoLeak.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"source_files": "Sources/XCTAssertNoLeak/**/*.{swift}",
"frameworks": "XCTest"
}