blob: 7448a0c973c16b9a5beb2ca8e01191f2cc54dd1e [file] [log] [blame]
{
"name": "HUPhotoPicker",
"version": "0.1.1",
"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": "0.1.1"
},
"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"
]
}