blob: 90cbad12a9fb695c01d876efd9a43fcad5909443 [file] [log] [blame]
{
"name": "ELCImagePickerController",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "5.0"
},
"resources": "Classes/**/*.{xib,png}",
"source_files": "Classes/ELCImagePicker/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"AssetsLibrary"
],
"requires_arc": false
}