blob: ed2659b4eff701ee35f63b3cc637e97aa9e5c208 [file] [log] [blame]
{
"name": "ImageSelector",
"version": "0.1.2",
"summary": "Allow to quick add image selection from gallery or camera.",
"description": "Allow to quick add image selection from gallery or camera without any pain implementation.",
"homepage": "https://github.com/lemberg/imageSelector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"overswift": "sergiy.loza@lemberg.co.uk"
},
"source": {
"git": "https://github.com/lemberg/imageSelector.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "ImageSelector/Classes/**/*",
"dependencies": {
"PermissionsService/Camera": [
],
"PermissionsService/Gallery": [
]
}
}