blob: 36bfde7a0fe1875c4d7cfb12eb136e842277a674 [file] [log] [blame]
{
"name": "DoImagePickerController",
"version": "1.5",
"summary": "An image picker controller with single selection and multiple selection. Support to select lots photos with panning gesture",
"homepage": "https://github.com/IdleHandsApps/DoImagePickerController/",
"description": "DoImagePickerController is an image picker controller with single selection and multiple selection. Support to select lots photos with panning gesture",
"license": "MIT",
"authors": {
"Fraser Scott-Morrison": "fraserscottmorrison@me.com"
},
"source": {
"git": "https://github.com/IdleHandsApps/DoImagePickerController.git",
"tag": "1.5"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"DoImagePicker",
"ImagePicker/DoImagePicker/*.{h,m}"
],
"public_header_files": "ImagePicker/DoImagePicker/*.h",
"resource_bundles": {
"DoImagePickerController": [
"Resources/Images/*.png",
"ImagePicker/DoImagePicker/*.xib"
]
},
"requires_arc": true
}