[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / b / 3 / SwiftMemoryLeakWatchdog / 0.0.1 / SwiftMemoryLeakWatchdog.podspec.json
blobd26c63558a242300a75db3c96caf4190d9d2b6d8
2   "name": "SwiftMemoryLeakWatchdog",
3   "version": "0.0.1",
4   "summary": "Memory leak watchdog for swift.",
5   "authors": {
6     "coutryLane": "1808982819@qq.com"
7   },
8   "description": "Swift memory leak watchdog. Check memory leak while page exiting",
9   "homepage": "https://github.com/countryLane/memory_leak_watchdog",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/countryLane/memory_leak_watchdog.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "memory_leak_watchdog/MemoryCheck/**/*.{h, m, swift}",
23     "memory_leak_watchdog/Swizzle/**/*.{h, m, swift}"
24   ],
25   "resources": "*.{gif, jpg}",
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ],
30   "requires_arc": true