blob: 652212b13c4d9eadb89a8abb519c92d2800451d7 [file] [log] [blame]
{
"name": "HUPhotoPicker",
"version": "1.0.8",
"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.8"
},
"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"
]
}