LXMPlayer.podspec.json 704 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "LXMPlayer",
  3. "version": "0.1.0",
  4. "summary": "A short description of LXMPlayer.",
  5. "description": "TODO: Add long description of the pod here.",
  6. "homepage": "https://github.com/billthas@gmail.com/LXMPlayer",
  7. "license": {
  8. "type": "MIT",
  9. "file": "LICENSE"
  10. },
  11. "authors": {
  12. "billthas@gmail.com": "billthas@gmail.com"
  13. },
  14. "source": {
  15. "git": "https://github.com/billthas@gmail.com/LXMPlayer.git",
  16. "tag": "0.1.0"
  17. },
  18. "platforms": {
  19. "ios": "8.0"
  20. },
  21. "source_files": "LXMPlayer/Classes/**/*",
  22. "dependencies": {
  23. "KVOController": [
  24. "~> 1.2.0"
  25. ],
  26. "LXMBlockKit": [
  27. "~> 0.0.7"
  28. ],
  29. "AFNetworking": [
  30. "~> 3.2.1"
  31. ]
  32. }
  33. }