[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 0 / 2 / e / CroptateView / 0.2.1 / CroptateView.podspec.json
blobb5bd12814baf0cdbdffe860c18b03cf61fbb66ae
2   "name": "CroptateView",
3   "version": "0.2.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/CroptateView",
7   "screenshots": "https://raw.githubusercontent.com/k06a/CroptateView/master/screenshot.png",
8   "license": "MIT",
9   "authors": {
10     "Anton Bukov": "k06aaa@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/k06a/CroptateView.git",
14     "tag": "0.2.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"