Latest | 0.1.1 |
---|---|
Homepage | https://github.com/k06a/ABCropRotateView |
License | MIT |
Platforms | ios 7.0, requires ARC |
Frameworks | UIKit |
Authors |
CroptateView
You can easily create photo editor to crop, pan and rotate photo. Editor is able to draw aspect ratio lines while cropping and avoid image edges accurately while cropping and rotating image.
## Usage
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
Should be iOS 7.0+
## Installation
CroptateView is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
“`ruby
pod ‘CroptateView’
“`
## Author
Anton Bukov, [email protected]
## License
CroptateView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ABCropRotateView", "version": "0.1.1", "summary": "Simple view allowing to crop and rotate photos", "description": "You can easily create photo editor to crop, pan and rotate photo.nEditor is able to draw aspect ratio lines while cropping and avoidnimage edges accurately while cropping and rotating image.", "homepage": "https://github.com/k06a/ABCropRotateView", "screenshots": "https://raw.githubusercontent.com/k06a/ABCropRotateView/master/screenshot.png", "license": "MIT", "authors": { "Anton Bukov": "[email protected]" }, "source": { "git": "https://github.com/k06a/ABCropRotateView.git", "tag": "0.1.1" }, "social_media_url": "https://twitter.com/k06a", "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "ABCropRotateView": [ "Pod/Assets/*.png" ] }, "frameworks": "UIKit" }
Tue, 01 Mar 2016 04:23:03 +0000