blob: f5b3197cb60ee309e3c44b62c04b607fe7c8778f [file] [log] [blame]
{
"name": "SBCamera",
"version": "0.3.4",
"summary": "Swift camera SBCamera. Will include photo from library, cropper, and simple filter.",
"swift_versions": "5.0",
"description": "\"Swift camera SBCamera. Will include photo from library, cropper, and simple filter.\"",
"homepage": "https://github.com/Balashov152/SBCamera",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Balashov152": "balashov.152@gmail.com"
},
"source": {
"git": "https://github.com/Balashov152/SBCamera.git",
"tag": "0.3.4"
},
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"source_files": "SBCamera/Classes/**/*",
"frameworks": [
"UIKit",
"Photos"
],
"dependencies": {
"SwiftPermissionManager": [
"~> 0.2"
],
"RSKImageCropper": [
"~> 2.2"
]
},
"swift_version": "5.0"
}