blob: 1706128357171bf878bb5c9d16bc83c08c6ce061 [file] [log] [blame]
{
"name": "BSImagePicker",
"version": "2.9.0",
"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.9.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"swift_version": "4.2",
"source_files": "Source/**/*.swift",
"resource_bundles": {
"BSImagePicker": [
"Assets/*.png",
"Assets/*.xib",
"Assets/*.storyboard",
"Assets/*.xcassets",
"Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Photos"
],
"dependencies": {
"BSImageView": [
"1.0.2"
],
"BSGridCollectionViewLayout": [
"1.2.2"
]
}
}