[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / 1 / e / MLeaksFinder / 0.1.1 / MLeaksFinder.podspec.json
blob5ee9f4927ec6646b806cab2e6c1804b662346c29
2   "name": "MLeaksFinder",
3   "version": "0.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/Zepo/MLeaksFinder.git",
12     "tag": "0.1.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   ]