[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 1 / a / LRLPhotoBrowser / 1.0.2 / LRLPhotoBrowser.podspec.json
blob4b478e37f688accc6cbd10cd01e638020fc46ca1
2   "name": "LRLPhotoBrowser",
3   "version": "1.0.2",
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": "codeWorm@foxmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/codeWorm2015/LRLPhotoBrowser.git",
16     "tag": "1.0.2"
17   },
18   "source_files": "Sources/*.{swift}",
19   "resources": "Sources/*.{png,xib,nib,bundle}",
20   "exclude_files": "Classes/Exclude",
21   "dependencies": {
22     "Kingfisher": [
23       "~> 3.10.2"
24     ],
25     "SnapKit": [
26       "~> 3.2.0"
27     ],
28     "MBProgressHUD": [
29       "~> 1.0.0"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "SWIFT_VERSION": "3.0"
34   },
35   "pushed_with_swift_version": "3.0"