MLeaksFinder.podspec.json 524 B

12345678910111213141516171819202122
  1. {
  2. "name": "MLeaksFinder",
  3. "version": "1.0.0",
  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": "1.0.0"
  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. }