[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / e / a / MemoryLeakTestKit / 0.0.1 / MemoryLeakTestKit.podspec.json
blob8755eefafa820cdaaa3cb381c61d262450628714
2   "name": "MemoryLeakTestKit",
3   "version": "0.0.1",
4   "summary": "A testing library to detect memory leaks for Swift.",
5   "description": "A testing library to detect memory leaks for Swift. This library can report many information such as leaked object's type/string representation/location/circular reference paths.",
6   "homepage": "https://github.com/Kuniwak/MemoryLeakTestKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "swift_version": "4.2",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "authors": {
19     "Kuniwak": "orga.chem.job@gmail.com"
20   },
21   "source": {
22     "git": "https://github.com/Kuniwak/MemoryLeakTestKit.git",
23     "tag": "0.0.1"
24   },
25   "source_files": "Sources/**/*.swift",
26   "exclude_files": "Sources/**/*.gyb",
27   "frameworks": "Foundation"