[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 8 / 0 / 9 / OHMWPhotoBrowser / 3.0.0 / OHMWPhotoBrowser.podspec.json
blobb1247600a9e12378e0b3a7975b79910c1876fa2d
2   "name": "OHMWPhotoBrowser",
3   "version": "3.0.0",
4   "license": "MIT",
5   "summary": "A fork of MWPhotoBrowser. A simple iOS photo and video browser with optional captions for iOS 13+.",
6   "description": "MWPhotoBrowser can display one or more images or videos by providing either UIImage\nobjects, web images/videos or local files.\nThe photo browser handles the downloading and caching of photos from the web seamlessly.\nPhotos can be zoomed and panned, and optional (customisable) captions can be displayed.",
7   "screenshots": [
8     "https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser1.png",
9     "https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser2.png",
10     "https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser3.png",
11     "https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser4.png",
12     "https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser5.png",
13     "https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser6.png"
14   ],
15   "homepage": "https://github.com/owjhart/MWPhotoBrowser",
16   "authors": {
17     "owjhart": "owenjhart@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/owjhart/MWPhotoBrowser.git",
21     "tag": "3.0.0"
22   },
23   "platforms": {
24     "ios": "13.0"
25   },
26   "source_files": "Pod/Classes/**/*",
27   "resource_bundles": {
28     "MWPhotoBrowser": [
29       "Pod/Assets/*.png"
30     ]
31   },
32   "requires_arc": true,
33   "frameworks": [
34     "ImageIO",
35     "QuartzCore",
36     "AVKit"
37   ],
38   "weak_frameworks": "Photos",
39   "dependencies": {
40     "MBProgressHUD": [
41       "~> 1.1"
42     ],
43     "DACircularProgress": [
44       "~> 2.3"
45     ],
46     "SDWebImage": [
47       "~> 5.2"
48     ]
49   }