[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / f / 7 / d / EasyCrop / 1.0.0 / EasyCrop.podspec.json
blob9d7c078f6a48be9198271d6012e81dd24351121a
2   "name": "EasyCrop",
3   "version": "1.0.0",
4   "summary": "A lightweight image cropping UI for iOS.",
5   "description": "Implementing a UI for cropping image could be a headache in iOS. Well, you might find a library which could work but it sometimes introduces tons of unnecessary features, for example, image filter, or, it might have a lot of unnecessary UI that makes it impossible to customize. However, EasyCrop is just a very very simple library. It only provides a subclass of UIView which helps you crop an image. It's just that simple.",
6   "homepage": "https://github.com/nilinyi/EasyCrop",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Linyi (Leo) Ni": "nilinyi@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nilinyi/EasyCrop.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://www.linkedin.com/in/linyi-ni/",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "EasyCrop/Classes/**/*.{h,m}",
23   "frameworks": "UIKit"