[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 1 / a / LRLPhotoBrowser / 1.0.0 / LRLPhotoBrowser.podspec.json
blob8f9f2fa4b61a6ab4a0277b65e422e93fddda3cc8
2   "name": "LRLPhotoBrowser",
3   "version": "1.0.0",
4   "summary": "A simple iOS photo and video browser",
5   "license": "MIT",
6   "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.",
7   "homepage": "https://github.com/codeWorm2015/LRLPhotoBrowser",
8   "authors": {
9     "codeWorm": "liu_rui_long@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/codeWorm2015/LRLPhotoBrowser.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Sources/*",
19   "exclude_files": "Classes/Exclude",
20   "dependencies": {
21     "Kingfisher": [
22       "~> 3.10.2"
23     ],
24     "SnapKit": [
25       "~> 3.2.0"
26     ],
27     "MBProgressHUD": [
28       "~> 1.0.0"
29     ]
30   },
31   "pod_target_xcconfig": {
32     "SWIFT_VERSION": "3.0"
33   },
34   "pushed_with_swift_version": "3.0"