blob: 8137eda96b403da37deca038591ee1656d924858 [file] [log] [blame]
{
"name": "HHImagePicker",
"version": "0.0.1",
"summary": "A simple iOS photo browser.",
"description": "A simple way to multiselect photos from ablum.",
"homepage": "https://github.com/MAYoungMan/HHImagePicker",
"license": "MIT",
"authors": {
"MAYoungMan": "zhaohui_he@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/MAYoungMan/HHImagePicker.git",
"tag": "0.0.1"
},
"source_files": [
"HHImagePicker/*.{h,m}",
"HHImagePicker/**/*.{xib}"
],
"resources": [
"HHImagePicker/**/**/*.png",
"HHImagePicker/**/*.bundle"
]
}