blob: edac72213a93866ac9bdebf94e2a00783fa674ff [file] [log] [blame]
{
"name": "MultiPicker",
"version": "0.1.1",
"summary": "An Image Picker View Controller for iOS.",
"description": "An Image Picker View Controller for iOS that supports multiple images, multiple presentation styles, storyboards and rotation. Inspired by: https://github.com/questbeat/QBImagePicker",
"homepage": "https://github.com/BellAppLab/MultiPicker",
"license": "MIT",
"authors": {
"Bell App Lab": "apps@bellapplab.com"
},
"source": {
"git": "https://github.com/BellAppLab/MultiPicker.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/BellAppLab",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"module_name": "MultiPicker",
"source_files": "Pod/Classes/*",
"resources": "Pod/Assets/*.{storyboard}",
"frameworks": [
"UIKit",
"Photos"
],
"dependencies": {
"Permissionable": [
],
"Permissionable/Photos": [
]
}
}