[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / e / c / MWPhotoBrowser-Split / 3.0.0 / MWPhotoBrowser-Split.podspec.json
blob8ee6ec90a5d15d9c0993e489de6cc1b36c1fb952
2   "name": "MWPhotoBrowser-Split",
3   "version": "3.0.0",
4   "license": "MIT",
5   "summary": "Photo browser based on MWPhotoBrowser with four-direction scroll, also supported by React-Native!",
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/mkjfeng01/MWPhotoBrowser",
16   "authors": {
17     "Michael Waterfall": "michaelwaterfall@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/mkjfeng01/MWPhotoBrowser.git",
21     "tag": "3.0.0"
22   },
23   "platforms": {
24     "ios": "9.0"
25   },
26   "source_files": "Pod/Classes/**/*",
27   "resource_bundles": {
28     "MWPhotoBrowser-Split": [
29       "Pod/Assets/*.png"
30     ]
31   },
32   "requires_arc": true,
33   "frameworks": [
34     "ImageIO",
35     "QuartzCore",
36     "AssetsLibrary",
37     "MediaPlayer"
38   ],
39   "weak_frameworks": "Photos",
40   "dependencies": {
41     "MBProgressHUD": [
42       "~> 0.9"
43     ],
44     "DACircularProgress": [
45       "~> 2.3"
46     ],
47     "SDWebImage": [
48       "~> 3.7",
49       "!= 3.7.2"
50     ]
51   }