[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 5 / 2 / 4 / ABCropRotateView / 0.1.1 / ABCropRotateView.podspec.json
blob80fa54b58e27f84c13517d0b7f21fecff799e640
2   "name": "ABCropRotateView",
3   "version": "0.1.1",
4   "summary": "Simple view allowing to crop and rotate photos",
5   "description": "You can easily create photo editor to crop, pan and rotate photo.\nEditor is able to draw aspect ratio lines while cropping and avoid\nimage edges accurately while cropping and rotating image.",
6   "homepage": "https://github.com/k06a/ABCropRotateView",
7   "screenshots": "https://raw.githubusercontent.com/k06a/ABCropRotateView/master/screenshot.png",
8   "license": "MIT",
9   "authors": {
10     "Anton Bukov": "k06aaa@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/k06a/ABCropRotateView.git",
14     "tag": "0.1.1"
15   },
16   "social_media_url": "https://twitter.com/k06a",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "ABCropRotateView": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "frameworks": "UIKit",
28   "deprecated_in_favor_of": "CroptateView"