├── .gitignore ├── PASImageView.podspec ├── PASImageView.swift ├── README.md └── snapshot.gif /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abiaad/PASImageView/HEAD/.gitignore -------------------------------------------------------------------------------- /PASImageView.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abiaad/PASImageView/HEAD/PASImageView.podspec -------------------------------------------------------------------------------- /PASImageView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abiaad/PASImageView/HEAD/PASImageView.swift -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abiaad/PASImageView/HEAD/README.md -------------------------------------------------------------------------------- /snapshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abiaad/PASImageView/HEAD/snapshot.gif --------------------------------------------------------------------------------