blob: 2732d6c70458e779b25c5c9d84f1dcca49370b16 [file] [log] [blame]
{
"name": "HUPhotoBrowser",
"version": "1.2.4",
"summary": "photo browser for ios, which can browse Photo library and web image",
"homepage": "https://github.com/hujewelz/HUPhotoBrowser",
"license": "MIT",
"authors": {
"Jewelz Hu": "https://github.com/hujewelz/HUPhotoBrowser"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hujewelz/HUPhotoBrowser.git",
"tag": "1.2.4"
},
"source_files": "HUPhotoBrowser/**/*.{h,m}",
"resources": [
"HUPhotoBrowser/HUPhotoPicker/*.png",
"HUPhotoBrowser/HUPhotoPicker/*.xib"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Photos",
"AssetsLibrary"
]
}