[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / 1 / 3 / BPLeaksFinder / 1.1.1 / BPLeaksFinder.podspec.json
blobbcdb877fb98782d8d867dbd972e25f849bb10ca3
2   "name": "BPLeaksFinder",
3   "version": "1.1.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/BinaryParadise/MLeaksFinder.git",
12     "tag": "1.1.1"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source_files": "MLeaksFinder/**/*",
18   "public_header_files": [
19     "MLeaksFinder/MLeaksFinder.h",
20     "MLeaksFinder/NSObject+MemoryLeak.h"
21   ]