blob: 062a6cb6b230f288f71d50f83d055b840efd508f [file] [log] [blame]
{
"name": "LLImagePickerObjC",
"version": "1.0.1",
"summary": "A clone of UIImagePickerController with multiple selection and clip support.",
"description": "支持自定义裁剪比例、仿微信图片裁剪、支持多选的图片选择器。",
"homepage": "https://github.com/kevll/LLImagePickerObjC",
"license": "MIT",
"authors": {
"kevll": "kevliule@gmail.com"
},
"social_media_url": "https://twitter.com/kevliule",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kevll/LLImagePickerObjC.git",
"tag": "1.0.1"
},
"source_files": [
"LLImagePicker/*.{h,m}",
"LLImagePicker/LLPhotoBrowser/*.{h,m}"
],
"exclude_files": "LLImagePicker/LLAssetsPicker.h",
"frameworks": "Photos",
"requires_arc": true,
"resources": "LLImagePicker/Resource/*.png",
"dependencies": {
"SDWebImage": [
],
"DACircularProgress": [
]
}
}