ZZFoundation.podspec.json 581 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "ZZFoundation",
  3. "version": "0.1.4",
  4. "summary": "基础版本.",
  5. "description": "TODO: Add long description of the pod here.",
  6. "homepage": "https://github.com/Ox8BADFOOD/ZZFoundation",
  7. "license": {
  8. "type": "MIT",
  9. "file": "LICENSE"
  10. },
  11. "authors": {
  12. "bymiracles@163.com": "350991881@qq.com"
  13. },
  14. "source": {
  15. "git": "https://github.com/Ox8BADFOOD/ZZFoundation.git",
  16. "tag": "0.1.4"
  17. },
  18. "platforms": {
  19. "ios": "9.0"
  20. },
  21. "source_files": "ZZFoundation/Classes/**/*",
  22. "dependencies": {
  23. "Aspects": [
  24. "~> 1.4.1"
  25. ]
  26. }
  27. }