blob: a9e7166f511e06b6b4fcc9f8b244f878e98736e4 [file] [log] [blame]
{
"name": "XCTAssertNoLeak",
"version": "0.2.1",
"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.2.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"source_files": "Sources/XCTAssertNoLeak/**/*.{swift}",
"frameworks": "XCTest"
}