blob: fc5260bf125546e400bd7347bcec251a43f70d15 [file] [log] [blame]
{
"name": "PhotoCircleCrop",
"version": "1.3.2",
"summary": "A simple circular image cropper written in Swift",
"description": "This is a simple circular image cropper written in Swift which can be used after the user image selection. The user can select the circle they want to user as profile picture.",
"homepage": "https://github.com/scotbond/PhotoCircleCrop.git",
"swift_version": "4.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Amit": "apalgm@gmail.com"
},
"source": {
"git": "https://github.com/scotbond/PhotoCircleCrop.git",
"tag": "1.3.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}