├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── Specification.pod6 └── assets ├── LICENSE ├── bigtitle-social-logo.png ├── podlite_logo.pdf ├── podlite_logo.png └── podlite_logo_256x256.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlite/podlite-specs/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlite/podlite-specs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlite/podlite-specs/HEAD/README.md -------------------------------------------------------------------------------- /Specification.pod6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlite/podlite-specs/HEAD/Specification.pod6 -------------------------------------------------------------------------------- /assets/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlite/podlite-specs/HEAD/assets/LICENSE -------------------------------------------------------------------------------- /assets/bigtitle-social-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlite/podlite-specs/HEAD/assets/bigtitle-social-logo.png -------------------------------------------------------------------------------- /assets/podlite_logo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlite/podlite-specs/HEAD/assets/podlite_logo.pdf -------------------------------------------------------------------------------- /assets/podlite_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlite/podlite-specs/HEAD/assets/podlite_logo.png -------------------------------------------------------------------------------- /assets/podlite_logo_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/podlite/podlite-specs/HEAD/assets/podlite_logo_256x256.png --------------------------------------------------------------------------------