[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 8 / 5 / MWPhotoBrowser_New / 2.2.3 / MWPhotoBrowser_New.podspec.json
blobf0ede5b7bf8c0a2bf3d6cfb8eaab1f58d55d882f
2   "name": "MWPhotoBrowser_New",
3   "version": "2.2.3",
4   "license": "MIT",
5   "summary": "update MWPhotoBrowser",
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/harddog/MWPhotoBrowser_New",
16   "authors": {
17     "harddog": "867129306@qq.com"
18   },
19   "social_media_url": "https://github.com/harddog/MWPhotoBrowser_New",
20   "source": {
21     "git": "https://github.com/harddog/MWPhotoBrowser_New.git",
22     "tag": "2.2.3"
23   },
24   "platforms": {
25     "ios": "8.0"
26   },
27   "source_files": [
28     "Pod/Classes/*",
29     "Pod/Classes/**/*"
30   ],
31   "public_header_files": [
32     "Pod/Classes/*.h",
33     "Pod/Classes/**/*.h"
34   ],
35   "resource_bundles": {
36     "MWPhotoBrowser_New": [
37       "Pod/Assets/*.png"
38     ]
39   },
40   "requires_arc": true,
41   "xcconfig": {
42     "OTHER_LDFLAGS": "$(inherited) -ObjC"
43   },
44   "frameworks": [
45     "ImageIO",
46     "QuartzCore",
47     "AssetsLibrary",
48     "MediaPlayer"
49   ],
50   "weak_frameworks": "Photos",
51   "dependencies": {
52     "MBProgressHUD": [
54     ],
55     "DACircularProgress": [
56       "~> 2.3"
57     ],
58     "SDWebImage": [
59       ">4.0.0"
60     ]
61   }