[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 7 / 3 / MWPhotoBrowser / 1.3.2 / MWPhotoBrowser.podspec.json
blob3f4ef3d85b1178874a65325447fe0f6b432e6370
2   "name": "MWPhotoBrowser",
3   "version": "1.3.2",
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.2"
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     "MapKit"
35   ],
36   "dependencies": {
37     "SDWebImage": [
38       "~> 3.5.4"
39     ],
40     "MBProgressHUD": [
41       "~> 0.8"
42     ],
43     "DACircularProgress": [
45     ],
46     "PSTCollectionView": [
47       "~> 1.2"
48     ]
49   }