[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 1 / 9 / MWPhotoBrowser_NgariDoctor / 0.0.7 / MWPhotoBrowser_NgariDoctor.podspec.json
blob1bcd1aa16c4137c2fef92dcf97eec6d3da355c67
2   "name": "MWPhotoBrowser_NgariDoctor",
3   "version": "0.0.7",
4   "license": "MIT",
5   "summary": "A simple iOS photo and video browser with optional grid view, captions and selections.",
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/stoneioslife/MWPhotoBrowser_NgariDoctor",
16   "authors": {
17     "stoneioslife": "lintao.stone@gmail.com"
18   },
19   "social_media_url": "https://github.com/stoneioslife",
20   "source": {
21     "git": "https://github.com/stoneioslife/MWPhotoBrowser_NgariDoctor.git",
22     "tag": "0.0.7"
23   },
24   "platforms": {
25     "ios": "9.0"
26   },
27   "source_files": "Pod/Classes/**/*",
28   "resource_bundles": {
29     "MWPhotoBrowser": [
30       "Pod/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": [
43       "~> 1.1.0"
44     ],
45     "DACircularProgress_NgariDoctor": [
47     ],
48     "SDWebImage": [
49       "~> 5.0.1"
50     ]
51   }