├── .gitignore ├── Datify.swift ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hemangshah/Datify/HEAD/.gitignore -------------------------------------------------------------------------------- /Datify.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hemangshah/Datify/HEAD/Datify.swift -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hemangshah/Datify/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hemangshah/Datify/HEAD/README.md --------------------------------------------------------------------------------