blob: ff768b365f17b027321c647d3468195e82e70774 [file] [log] [blame]
{
"name": "BSImagePicker",
"version": "2.10.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_versions": "5.1",
"source_files": "Sources/**/*.swift",
"resource_bundles": {
"BSImagePicker": [
"Resources/*.png"
]
},
"frameworks": [
"UIKit",
"Photos"
],
"dependencies": {
"BSImageView": [
"1.0.3"
],
"BSGridCollectionViewLayout": [
"1.2.5"
]
},
"swift_version": "5.1"
}