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