[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 7 / 3 / MWPhotoBrowser / 1.3.0 / MWPhotoBrowser.podspec.json
blob3d4ec66c71f34edf2cdba3ca646bce6db0b5fe8e
2   "name": "MWPhotoBrowser",
3   "version": "1.3.0",
4   "license": "MIT",
5   "summary": "A simple iOS photo browser with optional grid view, captions and selections.",
6   "description": "MWPhotoBrowser can display one or more images by providing either UIImage objects, or URLs to files, web images or library assets. The photo browser handles the downloading and caching of photos from the web seamlessly. Photos can be zoomed and panned, and optional (customisable) captions can be  displayed. The browser can also be used to allow the user to select one or more photos using either the grid or main image view.",
7   "screenshots": [
8     "https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser1.png",
9     "https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser2.png",
10     "https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser3.png",
11     "https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser4.png",
12     "https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser5.png",
13     "https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser6.png"
14   ],
15   "homepage": "https://github.com/mwaterfall/MWPhotoBrowser",
16   "authors": {
17     "Michael Waterfall": "michaelwaterfall@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/mwaterfall/MWPhotoBrowser.git",
21     "tag": "1.3.0"
22   },
23   "platforms": {
24     "ios": "5.1.1"
25   },
26   "source_files": "MWPhotoBrowser/Classes/*.{h,m}",
27   "resources": "MWPhotoBrowser/MWPhotoBrowser.bundle",
28   "requires_arc": true,
29   "frameworks": [
30     "MessageUI",
31     "ImageIO",
32     "QuartzCore",
33     "AssetsLibrary"
34   ],
35   "dependencies": {
36     "SDWebImage": [
37       "~> 3.5.4"
38     ],
39     "MBProgressHUD": [
41     ],
42     "DACircularProgress": [
44     ],
45     "PSTCollectionView": [
46       "~> 1.2"
47     ]
48   }