blob: 0c405f1673c296b5258830f7ec9072357d1dce56 [file] [log] [blame]
{
"name": "VOKMultiImagePicker-iOS",
"version": "0.1.1",
"summary": "A multiple image picker using Photos framework.",
"description": "A customizable library for selecting assets from the built in Photos app using the Photos framework.",
"homepage": "https://github.com/vokalinteractive/VOKMultiImagePicker-iOS",
"license": "MIT",
"authors": {
"Luke": "luke.quigley@vokalinteractive.com"
},
"source": {
"git": "https://github.com/vokalinteractive/VOKMultiImagePicker-iOS.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"frameworks": [
"UIKit",
"Photos"
]
}