blob: 8f9f2fa4b61a6ab4a0277b65e422e93fddda3cc8 [file] [log] [blame]
{
"name": "LRLPhotoBrowser",
"version": "1.0.0",
"summary": "A simple iOS photo and video browser",
"license": "MIT",
"description": "LRLPhotoBrowser can display one or more images or videos by providing either UIImage\nobjects, image name, or web images/videos.\nThe photo browser handles the downloading and caching of photos from the web seamlessly.\nPhotos can be zoomed and panned.",
"homepage": "https://github.com/codeWorm2015/LRLPhotoBrowser",
"authors": {
"codeWorm": "liu_rui_long@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/codeWorm2015/LRLPhotoBrowser.git",
"tag": "1.0.0"
},
"source_files": "Sources/*",
"exclude_files": "Classes/Exclude",
"dependencies": {
"Kingfisher": [
"~> 3.10.2"
],
"SnapKit": [
"~> 3.2.0"
],
"MBProgressHUD": [
"~> 1.0.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}