blob: e39fb4b56da82cc0c16fccd59ddfc3e58dd3436f [file] [log] [blame]
{
"name": "QBImagePickerController",
"version": "1.0",
"summary": "A clone of the UIImagePickerController with multiple selection feature.",
"homepage": "https://github.com/questbeat/QBImagePickerController",
"license": "MIT",
"authors": {
"Katsuma Tanaka": "questbeat@gmail.com"
},
"source": {
"git": "https://github.com/questbeat/QBImagePickerController.git",
"tag": "v1.0"
},
"platforms": {
"ios": "5.0"
},
"frameworks": "AssetsLibrary",
"source_files": "QBImagePickerController/Classes/*.{h,m}",
"resources": "QBImagePickerController/Classes/QBImagePickerController.bundle",
"requires_arc": true
}