blob: ae682f5b82d0b90df70a13e4056d928aa86e43c6 [file] [log] [blame]
{
"name": "BSImagePickerFixOrder",
"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/BadReese/BSImagePicker",
"license": "MIT",
"authors": {
"Joakim Gyllström": "joakim@backslashed.se"
},
"source": {
"git": "https://github.com/BadReese/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"
}