blob: 9d20ac08211452333c34e0eaab9be77b66d71486 [file] [log] [blame]
{
"name": "AAImagePicker",
"version": "0.1.1",
"summary": "AAImagePicker is a simple & easy-to-use image picker designed to present both camera and photo library options and get the UIImage easily.",
"description": "AAImagePicker is a basically a wrapper for `UIImagePickerController` that allows to pick image in a easy way. It is designed to present both camera and photo library options and get the UIImage easily.",
"homepage": "https://github.com/EngrAhsanAli/AAImagePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Engr. Ahsan Ali": "hafiz.m.ahsan.ali@gmail.com"
},
"source": {
"git": "https://github.com/EngrAhsanAli/AAImagePicker.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"source_files": "AAImagePicker/Classes/**/*"
}