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",
12 "Linyi (Leo) Ni": "nilinyi@gmail.com"
15 "git": "https://github.com/nilinyi/EasyCrop.git",
18 "social_media_url": "https://www.linkedin.com/in/linyi-ni/",
22 "source_files": "EasyCrop/Classes/**/*.{h,m}",