BogoPayKit.podspec.json 609 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "BogoPayKit",
  3. "version": "0.1.9",
  4. "summary": "A short description of BogoPayKit.",
  5. "description": "TODO: Add long description of the pod here.",
  6. "homepage": "http://git.bogokj.com/fandong/BogoPayKit",
  7. "license": {
  8. "type": "MIT",
  9. "file": "LICENSE"
  10. },
  11. "authors": {
  12. "fandongtongxue": "admin@fandong.me"
  13. },
  14. "source": {
  15. "git": "http://git.bogokj.com/fandong/BogoPayKit.git",
  16. "tag": "0.1.9"
  17. },
  18. "platforms": {
  19. "ios": "9.0"
  20. },
  21. "source_files": "BogoPayKit/Classes/*",
  22. "dependencies": {
  23. "FDFoundationObjC": [
  24. ],
  25. "FDUIKitObjC": [
  26. ]
  27. }
  28. }