[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / b / 0 / 2 / XCTAssertNoLeak / 0.3.0 / XCTAssertNoLeak.podspec.json
bloba310116d32971bbfbbe2f51531a986e3b212a2e0
2   "name": "XCTAssertNoLeak",
3   "version": "0.3.0",
4   "summary": "Provides assert function that check memory leak in Swift.",
5   "description": "Provides memory leak test cases for Swift.\nFound memory leak objects from traverse object tree using Mirror.",
6   "homepage": "https://github.com/tarunon/XCTAssertNoLeak",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tarunon": "croissant9603@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tarunon/XCTAssertNoLeak.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.0"
22   },
23   "source_files": "Sources/XCTAssertNoLeak/**/*.{swift}",
24   "frameworks": "XCTest"