blob: 96f30030d4c8efbe73a41bf738059ba0fba2a7ae [file] [log] [blame]
{
"name": "ELCImagePickerController",
"version": "0.1.0",
"summary": "A Multiple Selection Image Picker.",
"homepage": "https://github.com/elc/ELCImagePickerController",
"license": {
"type": "MIT",
"file": "README"
},
"authors": {
"ELC Technologies": "http://elctech.com"
},
"source": {
"git": "https://github.com/elc/ELCImagePickerController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"resources": "Classes/**/*.{xib,png}",
"source_files": "Classes/ELCImagePicker/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": false
}