blob: 1456cd56e38b1cf53375865c2ba96cc935937bd4 [file] [log] [blame]
{
"name": "IZImagePicker",
"version": "0.1.0",
"summary": "A subclass for UIImagePicker",
"description": "This library is to make UIImagePicker easier to use. It makes it so all you need is one function to do everything: handle the camera and library; handle cropping. Implement one function to handle everything and output a usable UIImage.",
"homepage": "https://github.com/izeni-team/IZImagePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Izeni": "tallred@izeni.com"
},
"source": {
"git": "https://github.com/izeni-team/IZImagePicker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "IZImagePicker/Classes/**/*",
"dependencies": {
"TOCropViewController": [
]
}
}