blob: 4c24e482922d2ee4908c025428eae4387688d912 [file] [log] [blame]
{
"name": "BSImagePicker",
"version": "2.10.1",
"summary": "BSImagePicker is a multiple image picker for iOS. UIImagePickerController replacement",
"description": "A mix between the native iOS gallery and facebooks image picker. Allows you to preview and select multiple images.\nIt is intended as a replacement for UIImagePickerController for both selecting and taking photos.",
"homepage": "https://github.com/mikaoj/BSImagePicker",
"license": "MIT",
"authors": {
"Joakim Gyllström": "joakim@backslashed.se"
},
"source": {
"git": "https://github.com/mikaoj/BSImagePicker.git",
"tag": "2.10.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"source_files": "Sources/**/*.swift",
"resource_bundles": {
"BSImagePicker": [
"Resources/*.png"
]
},
"frameworks": [
"UIKit",
"Photos"
],
"dependencies": {
"BSImageView": [
"1.0.3"
],
"BSGridCollectionViewLayout": [
"1.2.5"
]
},
"swift_version": "5.0"
}