[Add] MapboxCommon 24.10.0-daily-2024-12-24-04-25
[CocoaPods.git] / Specs / 7 / 0 / 8 / LeakTest / 0.0.4 / LeakTest.podspec.json
blobca65a1c46265b1da1fc4b35bfb56056058a064be
2   "name": "LeakTest",
3   "version": "0.0.4",
4   "summary": "A View, ViewController or Object memory leak check tool.",
5   "description": "Check the View, ViewController or Object memory is memory leak or not.",
6   "homepage": "https://github.com/mykoma/LeakTest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mykoma": "23775517@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/mykoma/LeakTest.git",
16     "tag": "0.0.4"
17   },
18   "swift_versions": "5.0",
19   "module_name": "LeakTest",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "LeakTest/Classes/**/*",
24   "frameworks": "XCTest",
25   "dependencies": {
26     "Quick": [
27       "2.2.0"
28     ],
29     "Nimble": [
30       "8.0.4"
31     ]
32   },
33   "swift_version": "5.0"