blob: 9d7c078f6a48be9198271d6012e81dd24351121a [file] [log] [blame]
{
"name": "EasyCrop",
"version": "1.0.0",
"summary": "A lightweight image cropping UI for iOS.",
"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.",
"homepage": "https://github.com/nilinyi/EasyCrop",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Linyi (Leo) Ni": "nilinyi@gmail.com"
},
"source": {
"git": "https://github.com/nilinyi/EasyCrop.git",
"tag": "1.0.0"
},
"social_media_url": "https://www.linkedin.com/in/linyi-ni/",
"platforms": {
"ios": "9.0"
},
"source_files": "EasyCrop/Classes/**/*.{h,m}",
"frameworks": "UIKit"
}