blob: 5ba73e53c6e1e1229d79798085419b8ba30d6bfc [file] [log] [blame]
{
"name": "CYImageCrop",
"version": "1.0.0",
"summary": "UIImageView 的拓展,提供了一个图片裁剪框",
"description": "UIImageView 的拓展,提供了一个图片裁剪框,可以自定义缩放,也可以按比例缩放,并提供了缩放后的回调。",
"homepage": "https://github.com/Hcy91425/CYImageCrop",
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"authors": {
"hcy91425": "hcy13055214@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Hcy91425/CYImageCrop.git",
"tag": "1.0.0"
},
"source_files": "CYImageCrop/*",
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}