blob: 8b37e187d1e07ef090147e5b0d24a32bc16967d1 [file] [log] [blame]
{
"name": "HUPhotoPicker",
"version": "1.0.6",
"summary": "本地图片选择器.",
"description": "本地图片选择器,支持图片多选",
"homepage": "https://github.com/hujewelz/HUPhotoPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hujewelz": "hujewelz@163.com"
},
"source": {
"git": "https://github.com/hujewelz/HUPhotoPicker.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HUPhotoPicker/Classes/**/*",
"resource_bundles": {
"HUPhotoPicker": [
"HUPhotoPicker/Assets/*.{xib,png}"
]
},
"public_header_files": "HUPhotoPicker/Classes/**/{HUPhotoPicker,HUPhotoManager,HUImagePickerViewController}.h",
"frameworks": [
"UIKit",
"Photos"
]
}