blob: 809c8fc03010bd0cb86d007f190c36301c3f196a [file] [log] [blame]
{
"name": "BSImagePicker",
"version": "2.8.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.8.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": {
"BSImageView": [
"~> 1.0.0"
],
"BSGridCollectionViewLayout": [
"~> 1.2.0"
]
}
}