ZZUIKit.podspec.json 820 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "ZZUIKit",
  3. "version": "0.1.0",
  4. "summary": "Lightest UIKit Extension,while strong enough.",
  5. "description": "TODO: Add long description of the pod here.",
  6. "homepage": "https://github.com/Ox8BADFOOD/ZZUIKit",
  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/ZZUIKit.git",
  16. "tag": "0.1.0"
  17. },
  18. "platforms": {
  19. "ios": "9.0"
  20. },
  21. "source_files": "ZZUIKit/Classes/**/*",
  22. "resource_bundles": {
  23. "ZZUIKit": [
  24. "ZZUIKit/Assets/*.png",
  25. "ZZUIKit/Assets/*.xml",
  26. "ZZUIKit/Assets/*.strings",
  27. "ZZUIKit/Assets/*.lproj/*"
  28. ]
  29. },
  30. "dependencies": {
  31. "ZZFoundation": [
  32. "~> 0.1.4"
  33. ],
  34. "FlexLib": [
  35. "~> 2.9.1"
  36. ]
  37. }
  38. }