ShareClient.podspec.json 498 B

12345678910111213141516171819202122
  1. {
  2. "name": "ShareClient",
  3. "version": "1.2",
  4. "summary": "Dexcom Client Pod",
  5. "swift_versions": "5.0",
  6. "homepage": "https://github.com/jonfawcett/dexcom-share-client-swift",
  7. "license": "MIT",
  8. "authors": "jonfawcett",
  9. "platforms": {
  10. "ios": "13"
  11. },
  12. "source": {
  13. "git": "https://github.com/jonfawcett/dexcom-share-client-swift.git",
  14. "tag": "v1.2"
  15. },
  16. "source_files": [
  17. "ShareClient/ShareClient.h",
  18. "ShareClient/ShareClient.swift"
  19. ],
  20. "swift_version": "5.0"
  21. }