[Add] CookieOvenWebtoon 3.2.6
[CocoaPods.git] / Specs / e / f / 1 / HNWMWPhotoBrowser / 2.1.3 / HNWMWPhotoBrowser.podspec.json
blob116d028747dce8ed34336e9a84b7a79c209bcd24
2   "name": "HNWMWPhotoBrowser",
3   "version": "2.1.3",
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/yangyongzheng/HNWMWPhotoBrowser",
16   "authors": {
17     "Young": "youngyongzheng@qq.com"
18   },
19   "social_media_url": "https://twitter.com/mwaterfall",
20   "source": {
21     "git": "https://github.com/yangyongzheng/HNWMWPhotoBrowser.git",
22     "tag": "2.1.3"
23   },
24   "requires_arc": true,
25   "platforms": {
26     "ios": "8.0"
27   },
28   "source_files": "Pod/Classes/**/*",
29   "resource_bundles": {
30     "MWPhotoBrowser": [
31       "Pod/Assets/*.png"
32     ]
33   },
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   }