[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / e / MLeaksFinder / 0.2.1 / MLeaksFinder.podspec.json
blobfcc8a63e4406524debd6135a7d769331e36161fc
2   "name": "MLeaksFinder",
3   "version": "0.2.1",
4   "summary": "Find memory leaks in your iOS app at develop time.",
5   "homepage": "https://github.com/Zepo/MLeaksFinder",
6   "license": "MIT",
7   "authors": {
8     "Zeposhe": "zeposhe@163.com"
9   },
10   "source": {
11     "git": "https://github.com/Zepo/MLeaksFinder.git",
12     "tag": "0.2.1"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": "MLeaksFinder/**/*",
18   "public_header_files": [
19     "MLeaksFinder/MLeaksFinder.h",
20     "MLeaksFinder/NSObject+MemoryLeak.h"
21   ],
22   "dependencies": {
23     "FBRetainCycleDetector": [
25     ]
26   }