METADATA 521 B

12345678910111213141516171819
  1. name: "NLOHMANN JSON library"
  2. description:
  3. "This is a copy of the original library, which does not provide cocoapods "
  4. "SPM builds, making it impossible to use directly in those environments."
  5. "It is a header-only library though, so simply copy the header will do the "
  6. "job."
  7. third_party {
  8. url {
  9. type: HOMEPAGE
  10. value: "https://github.com/nlohmann/json"
  11. }
  12. url {
  13. type: GIT
  14. value: "https://github.com/nlohmann/json"
  15. }
  16. version: "3.9.1"
  17. last_upgrade_date { year: 2020 month: 8 day: 6 }
  18. }