blob: 3e75698aa5fed17cc294451d2252c5e90211a968 [file] [log] [blame]
{
"name": "HUPhotoBrowser",
"version": "1.1.2",
"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.1.2"
},
"source_files": "HUPhotoBrowser/**/*.{h,m}",
"resources": [
"HUPhotoBrowser/HUPhotoPicker/*.png",
"HUPhotoBrowser/HUPhotoPicker/*.xib"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Photos",
"AssetsLibrary"
]
}