blob: 52340b27bc0d9313b6a8f87379b8f376271d2d79 [file] [log] [blame]
{
"name": "AvatarImagePicker",
"version": "1.2.3",
"summary": "A single line of code for selecting the optional editing image from Camera or Photo Library.",
"description": "AvatarImagePicker is a photo library and camera Image Picker for iOS\nwritten in Swift, it's just a single line of code, support for selecting user's avatar by Camera or Photo Library, editing the selected image. Also, it supports auth verification, if camera or photo library was denied, it will alert the user to the settings for opening it. it means to replace for UIImagePickerController. Compatible with both Swift and Objective-C.",
"homepage": "https://github.com/janlionly/AvatarImagePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"janlionly": "janlionly@gmail.com"
},
"source": {
"git": "https://github.com/janlionly/AvatarImagePicker.git",
"tag": "1.2.3"
},
"social_media_url": "https://twitter.com/janlionly",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Source/*",
"frameworks": [
"UIKit",
"AVFoundation",
"Photos"
],
"swift_versions": [
"4.2",
"5.0"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"swift_version": "5.0"
}