blob: 39e4af1a35ec173a87a45df45a4d00e98e6668e7 [file] [log] [blame]
{
"name": "VOKMultiImagePicker-iOS",
"version": "0.1.0",
"summary": "A multiple image picker using PhotoKit.",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"frameworks": [
"UIKit",
"Photos"
]
}