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