blob: 5176560cbb6db22e99b8f4c67c4b2c7c90a71601 [file] [log] [blame]
{
"name": "HUPhotoBrowser",
"version": "1.1.0",
"summary": "photo browser for ios.",
"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.0"
},
"source_files": "HUPhotoBrowser/**/*.{h,m}",
"resources": [
"HUPhotoBrowser/HUPhotoPicker/*.png",
"HUPhotoBrowser/HUPhotoPicker/*.xib"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Photos",
"AssetsLibrary"
]
}