blob: 12a5123e33ed2f1ad279562c99a3e219488434a4 [file] [log] [blame]
{
"name": "BSImagePicker",
"version": "2.7.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.7.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.swift",
"resource_bundles": {
"BSImagePicker": [
"Pod/Assets/*.png",
"Pod/Assets/*.xib",
"Pod/Assets/*.storyboard",
"Pod/Assets/*.xcassets",
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Photos"
],
"dependencies": {
"UIImageViewModeScaleAspect": [
"1.5"
],
"BSGridCollectionViewLayout": [
"~> 1.2.0"
]
},
"pushed_with_swift_version": "4.0"
}