[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / 0 / 8 / MWPhotoBrowserNew / 2.1.6 / MWPhotoBrowserNew.podspec.json
blob4a4414e244bb4e4fb39d84889a87019011a8e5c2
2   "name": "MWPhotoBrowserNew",
3   "version": "2.1.6",
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   "homepage": "https://github.com/mwaterfall/MWPhotoBrowser",
8   "authors": {
9     "Michael Waterfall": "michaelwaterfall@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/hsuyelin/MWPhotoBrowser",
13     "tag": "2.1.6"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "MWPhotoBrowserNew": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "requires_arc": true,
25   "frameworks": [
26     "ImageIO",
27     "QuartzCore",
28     "AssetsLibrary",
29     "MediaPlayer"
30   ],
31   "weak_frameworks": "Photos",
32   "dependencies": {
33     "MBProgressHUD": [
34       "~> 1.1.0"
35     ],
36     "DACircularProgress": [
37       "~> 2.3.1"
38     ],
39     "SDWebImage": [
40       "~> 4.3.3"
41     ]
42   }