WandaPaySDK.podspec.json 608 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "WandaPaySDK",
  3. "version": "0.1.0",
  4. "summary": "A short description of WandaPaySDK.",
  5. "description": "TODO: Add long description of the pod here.",
  6. "homepage": "https://github.com/1942938371@qq.com/WandaPaySDK",
  7. "license": {
  8. "type": "MIT",
  9. "file": "LICENSE"
  10. },
  11. "authors": {
  12. "1942938371@qq.com": "xueshaojie@ewell.cc"
  13. },
  14. "source": {
  15. "git": "https://github.com/1942938371@qq.com/WandaPaySDK.git",
  16. "tag": "0.1.0"
  17. },
  18. "platforms": {
  19. "ios": "8.0"
  20. },
  21. "source_files": "development/*",
  22. "ios": {
  23. "vendored_libraries": "development/libSYT_SDK.a"
  24. }
  25. }