blob: 306ed19c03387bc5acf1453ceed6eadcaca879d4 [file] [log] [blame]
{
"name": "LFImagePickerController",
"version": "1.0",
"summary": "A clone of UIImagePickerController, support picking multiple photos、 video and edit photo",
"homepage": "https://github.com/lincf0912/LFImagePickerController",
"license": "MIT",
"authors": {
"lincf0912": "dayflyking@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lincf0912/LFImagePickerController.git",
"tag": "1.0"
},
"requires_arc": true,
"resources": "LFImagePickerController/class/*.bundle",
"source_files": [
"LFImagePickerController/class/*.{h,m}",
"LFImagePickerController/class/**/*.{h,m}"
]
}