blob: b1ac5a244815e7b6db3166e64e8ca03529f7c77e [file] [log] [blame]
{
"name": "HUPhotoBrowser",
"version": "1.3.0",
"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.3.0"
},
"source_files": "HUPhotoBrowser/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Photos",
"AssetsLibrary"
],
"public_header_files": [
"HUPhotoBrowser/HUPhotoBrowser.h",
"HUPhotoBrowser/HUPhotoPicker/HUImagePickerViewController.h",
"HUPhotoBrowser/HUWebImageDownloader/{UIImageView+HUWebImage,HUWebImageDownloader}.h"
]
}