blob: 3194fc2a77d7e13990c4bb9d318fcd05b72ad59d [file] [log] [blame]
{
"name": "LTImagePicker",
"version": "1.0.0",
"summary": "Custom ImagePicker and camera with crop features.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/LorTos/LTImagePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LorTos": "lorenzotoscanidc@gmail.com"
},
"source": {
"git": "https://github.com/LorTos/LTImagePicker.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source_files": "LTImagePicker/Classes/**/*",
"resource_bundles": {
"LTImagePicker": [
"LTImagePicker/Assets/*"
]
},
"frameworks": [
"UIKit",
"AVFoundation",
"CoreImage"
]
}