blob: 572586bc5bf3914b804c7f8ba288cffde6776298 [file] [log] [blame]
{
"name": "HWPhotoPicker",
"version": "0.0.9",
"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.9"
},
"source_files": [
"HWPhotoPicker/HWPhotoPicker/HWPhotoPicker/GlobalHeader.h",
"HWPhotoPicker/HWPhotoPicker/HWPhotoPicker/*.{h,m}",
"HWPhotoPicker/HWPhotoPicker/HWPhotoPicker/Category(类别)/NSString/NSString+ECExtensions.{h,m}",
"HWPhotoPicker/HWPhotoPicker/HWPhotoPicker/Category(类别)/UIView/UIView+Extension.{h,m}",
"HWPhotoPicker/HWPhotoPicker/HWPhotoPicker/DataManager/*.{h,m}",
"HWPhotoPicker/HWPhotoPicker/HWPhotoPicker/DataModel/*.{h,m}",
"HWPhotoPicker/HWPhotoPicker/HWPhotoPicker/ECShowImage/*.{h,m}",
"HWPhotoPicker/HWPhotoPicker/HWPhotoPicker/HWScrollView/*.{h,m}",
"HWPhotoPicker/HWPhotoPicker/HWPhotoPicker/Views/*.{h,m}"
],
"public_header_files": "HWPhotoPicker/HWPhotoPicker/HWPhotoPicker/PhotoPickerController.h",
"resources": "HWPhotoPicker/HWPhotoPicker/HWPhotoPicker/Resource/*.png",
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
},
"dependencies": {
"SDWebImage": [
"3.8.1"
],
"MBProgressHUD": [
"1.0.0"
]
}
}