From 8f3fc967baab0778a44ee9a436325167dd2f89d7 Mon Sep 17 00:00:00 2001 From: Tim Oliver Date: Sat, 6 Apr 2024 18:20:21 +0900 Subject: [PATCH] Removed CocoaDocs from README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c547f252..d4ea3d28 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@

[![CI](https://github.com/TimOliver/TOCropViewController/workflows/CI/badge.svg)](https://github.com/TimOliver/TOCropViewController/actions?query=workflow%3ACI) -[![Version](https://img.shields.io/cocoapods/v/TOCropViewController.svg?style=flat)](http://cocoadocs.org/docsets/TOCropViewController) +![Version](https://img.shields.io/cocoapods/v/TOCropViewController.svg?style=flat) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/TimOliver/TOCropViewController/master/LICENSE) -[![Platform](https://img.shields.io/cocoapods/p/TOCropViewController.svg?style=flat)](http://cocoadocs.org/docsets/TOCropViewController) +![Platform](https://img.shields.io/cocoapods/p/TOCropViewController.svg?style=flat) `TOCropViewController` is an open-source `UIViewController` subclass to crop out sections of `UIImage` objects, as well as perform basic rotations. It is excellent for things like editing profile pictures, or sharing parts of a photo online. It has been designed with the iOS Photos app editor in mind, and as such, behaves in a way that should already feel familiar to users of iOS.