[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / d / 7 / 3 / MWPhotoBrowser / 2.0.0 / MWPhotoBrowser.podspec.json
blob686ef69c566bee1379910409639c35c070c76ed1
2   "name": "MWPhotoBrowser",
3   "version": "2.0.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\n                  objects, or URLs to files, web images or library assets. The photo browser\n                  handles the downloading and caching of photos from the web seamlessly.\n                  Photos can be zoomed and panned, and optional (customisable) captions can\n                  be displayed. The browser can also be used to allow the user to select one\n                  or more photos using either the grid or main image view.\n",
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/mwaterfall/MWPhotoBrowser",
16   "authors": {
17     "Michael Waterfall": "michaelwaterfall@gmail.com"
18   },
19   "social_media_url": "https://twitter.com/mwaterfall",
20   "source": {
21     "git": "https://github.com/mwaterfall/MWPhotoBrowser.git",
22     "tag": "2.0.0"
23   },
24   "platforms": {
25     "ios": "7.0"
26   },
27   "source_files": "Pod/Classes/**/*",
28   "resource_bundles": {
29     "MWPhotoBrowser": [
30       "Pod/Assets/*.png"
31     ]
32   },
33   "requires_arc": true,
34   "frameworks": [
35     "ImageIO",
36     "QuartzCore",
37     "AssetsLibrary"
38   ],
39   "dependencies": {
40     "MBProgressHUD": [
41       "~> 0.9"
42     ],
43     "DACircularProgress": [
44       "~> 2.3"
45     ],
46     "SDWebImage": [
47       "~> 3.7",
48       "!= 3.7.2"
49     ]
50   }