blob: e8cfd388993cc857978ce946cb7a982af048538d [file] [log] [blame]
{
"name": "ImageCropperPOD",
"platforms": {
"ios": "8.0"
},
"version": "0.1",
"summary": "A simple tool to crop images in swift",
"description": "A simple tool to crop images in swift, i will think in something later, add a tutorial and so on",
"homepage": "https://github.com/lucas1295santos/ImageCropperPOD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Santos": "lucas1295santos@gmail.com"
},
"source": {
"git": "https://github.com/lucas1295santos/ImageCropperPOD.git",
"tag": "0.1"
},
"swift_version": "4.0",
"source_files": "ImageCropperPOD/**/*.{swift}",
"frameworks": "UIKit"
}