12345678910111213141516171819202122 |
- {
- "name": "MLeaksFinder",
- "version": "1.0.0",
- "summary": "Find memory leaks in your iOS app at develop time.",
- "homepage": "https://github.com/Zepo/MLeaksFinder",
- "license": "MIT",
- "authors": {
- "Zeposhe": "zeposhe@163.com"
- },
- "source": {
- "git": "https://github.com/Zepo/MLeaksFinder.git",
- "tag": "1.0.0"
- },
- "platforms": {
- "ios": "6.0"
- },
- "source_files": "MLeaksFinder/**/*",
- "public_header_files": [
- "MLeaksFinder/MLeaksFinder.h",
- "MLeaksFinder/NSObject+MemoryLeak.h"
- ]
- }
|