blob: 4a322e5c35ad8f344f9ebf84c1c89785b865b2d0 [file] [log] [blame]
{
"name": "DoImagePickerController",
"version": "1.6",
"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.6"
},
"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
}