blob: 795b38535bdaa926a8c2c461ccb51eda3530ff4b [file] [log] [blame]
{
"name": "ByvImagePicker",
"version": "0.1.5",
"summary": "Library to pick image from camera or library and edit or crop image",
"description": "With ByvImagePicker you can in one method display an action sheet to choose camera or photoLibrary, and then edit image with TOCropViewController",
"homepage": "https://github.com/byvapps/ByvImagePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adrian Apodaca": "adrian@byvapps.com"
},
"source": {
"git": "https://github.com/byvapps/ByvImagePicker.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "ByvImagePicker/Classes/**/*",
"dependencies": {
"ByvUtils": [
"~> 1.1"
],
"TOCropViewController": [
"2.3.4"
]
},
"pushed_with_swift_version": "4.0"
}