blob: bddd345c5837e2deeb5a77fce80cdcc3a49f2926 [file] [log] [blame]
{
"name": "BSImagePicker",
"version": "1.3.0",
"summary": "BSImagePicker is a multiple image picker for iOS 8.",
"description": " A mix between the native iOS 8 gallery and facebooks image picker. Allows you to preview and select multiple images.\n",
"homepage": "https://github.com/mikaoj/BSImagePicker",
"screenshots": [
"https://raw.githubusercontent.com/mikaoj/BSImagePicker/master/Misc/Screenshots/select_portrait.png",
"https://raw.githubusercontent.com/mikaoj/BSImagePicker/master/Misc/Screenshots/album_portrait.png",
"https://raw.githubusercontent.com/mikaoj/BSImagePicker/master/Misc/Screenshots/preview_portrait.png"
],
"license": "MIT",
"authors": {
"Joakim Gyllström": "joakim@backslashed.se"
},
"source": {
"git": "https://github.com/mikaoj/BSImagePicker.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BSImagePicker": [
"Pod/Assets/*.png",
"Pod/Assets/*.xib",
"Pod/Assets/*.storyboard",
"Pod/Assets/*.xcassets",
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Photos"
],
"dependencies": {
"UIImageViewModeScaleAspect": [
"~> 1.3"
]
}
}