[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 2 / 1 / MediaBrowser / 1.0.5 / MediaBrowser.podspec.json
blob072fbcffd2755beb2e03140f5d6b102a732d49b1
2   "name": "MediaBrowser",
3   "version": "1.0.5",
4   "summary": "A simple iOS photo and video browser with optional grid view, captions and selections written in Swift3.",
5   "description": "MediaBrowser can display one or more images or videos by providing either UIImage objects, PHAsset objects, or URLs to library assets, web images/videos or local files. MediaBrowser handles the downloading and caching of photos from the web seamlessly. Photos can be zoomed and panned, and optional (customisable) captions can be displayed. This can also be used to allow the user to select one or more photos using either the grid or main image view. Also, MediaBrowser use latest SDWebImage version for caching, motivated by MWPhotoBrowser",
6   "screenshots": [
7     "https://raw.githubusercontent.com/younatics/MediaBrowser/master/Images/cocoapodsImage1.png",
8     "https://raw.githubusercontent.com/younatics/MediaBrowser/master/Images/cocoapodsImage2.png",
9     "https://raw.githubusercontent.com/younatics/MediaBrowser/master/Images/cocoapodsImage3.png",
10     "https://raw.githubusercontent.com/younatics/MediaBrowser/master/Images/cocoapodsImage4.png"
11   ],
12   "homepage": "https://github.com/younatics/MediaBrowser",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Seungyoun Yi": "younatics@gmail.com"
19   },
20   "social_media_url": "https://twitter.com/younatics",
21   "source": {
22     "git": "https://github.com/younatics/MediaBrowser.git",
23     "tag": "1.0.5"
24   },
25   "source_files": "MediaBrowser/*.swift",
26   "resources": "MediaBrowser/*.xcassets",
27   "platforms": {
28     "ios": "8.1"
29   },
30   "frameworks": [
31     "ImageIO",
32     "QuartzCore",
33     "AssetsLibrary",
34     "MediaPlayer"
35   ],
36   "weak_frameworks": "Photos",
37   "dependencies": {
38     "SDWebImage": [
40     ],
41     "UICircularProgressRing": [
42       "~> 1.7.2"
43     ]
44   },
45   "requires_arc": true,
46   "pushed_with_swift_version": "3.0"