blob: a883fbf69ff4899ca6906b510d47258cf4bf30cf [file] [log] [blame]
{
"name": "HWPhotoPicker",
"version": "0.0.2",
"summary": "自定义的PhotoPicker. 集成多选和预览功能.",
"description": "非常推荐使用的一个自定义的PhotoPicker. 集成多选和预览功能.",
"homepage": "https://github.com/yellowei/HWPhotoPicker",
"license": "MIT",
"authors": {
"yellowei": "admin@yellowei.cn"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/yellowei/HWPhotoPicker.git",
"tag": "0.0.2"
},
"source_files": [
"HWPhotoPicker",
"HWPhotoPicker/HWPhotoPicker/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
},
"dependencies": {
"SDWebImage": [
"3.8.1"
],
"MBProgressHUD": [
"1.0.0"
]
}
}