[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / 5 / 7 / 6 / yun_MWPhotoBrowser / 2.1.2-1.1 / yun_MWPhotoBrowser.podspec.json
blobbcbf04989c5019a6baa84ff26a4b87097e4d3a7c
2   "name": "yun_MWPhotoBrowser",
3   "version": "2.1.2-1.1",
4   "license": "MIT",
5   "summary": "This is an unoffical repo that forked from MWPhotoBrowser. Just update the dependency library version.",
6   "description": "MWPhotoBrowser can display one or more images or videos by providing either UIImage\nobjects, PHAsset objects, or URLs to library assets, 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/yunWJR/YunImageBrowser",
16   "authors": {
17     "Michael Waterfall": "michaelwaterfall@gmail.com"
18   },
19   "social_media_url": "https://twitter.com/mwaterfall",
20   "source": {
21     "git": "https://github.com/yunWJR/YunImageBrowser.git",
22     "tag": "2.1.2-1.1"
23   },
24   "platforms": {
25     "ios": "8.0"
26   },
27   "source_files": "YunImageBrowser/YunImageBrowser/Classes/**/*",
28   "resource_bundles": {
29     "MWPhotoBrowser": [
30       "YunImageBrowser/YunImageBrowser/Assets/*.png"
31     ]
32   },
33   "requires_arc": true,
34   "frameworks": [
35     "ImageIO",
36     "QuartzCore",
37     "AssetsLibrary",
38     "MediaPlayer"
39   ],
40   "weak_frameworks": "Photos",
41   "dependencies": {
42     "MBProgressHUD": [
44     ],
45     "DACircularProgress": [
47     ],
48     "SDWebImage": [
50     ]
51   }