blob: 78e3e3b287dbc989f48c9e606c07643a5a5e21f7 [file] [log] [blame]
{
"name": "HLImagePicker",
"version": "1.2.3",
"summary": "以Alert快速从相册选择一张图片,并可以按照尺寸压缩,压缩又分为像素压缩和非像素压缩",
"description": "使用UIAlertView,快速从相册选择图片,并可以按照尺寸压缩,压缩又分为像素压缩和非像素压缩返回等等",
"homepage": "https://github.com/iodefog/HLImagePicker",
"license": "MIT",
"authors": {
"lihongli": "lihongli"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/iodefog/HLImagePicker.git",
"tag": "1.2.3"
},
"source_files": [
"Classes",
"HLImagePicker/*.{h,m}",
"HLAVImagePickerController/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": "Resources/*.png",
"requires_arc": true
}