[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / a / d / CHPhotoBrowser / 2.2.1 / CHPhotoBrowser.podspec.json
blob204ff06688d70e82fc08d6694eaca596030faf14
2   "name": "CHPhotoBrowser",
3   "version": "2.2.1",
4   "license": "MIT",
5   "summary": "A simple iOS photo and video browser with optional grid view, captions and selections.",
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/zoyi/MWPhotoBrowser",
16   "authors": {
17     "Woo": "woo@zoyi.co"
18   },
19   "source": {
20     "git": "https://github.com/zoyi/MWPhotoBrowser.git",
21     "tag": "2.2.1"
22   },
23   "platforms": {
24     "ios": "7.0"
25   },
26   "source_files": "Classes/**/*",
27   "resources": "Assets/*.png",
28   "requires_arc": true,
29   "frameworks": [
30     "ImageIO",
31     "QuartzCore",
32     "AssetsLibrary",
33     "MediaPlayer"
34   ],
35   "weak_frameworks": "Photos",
36   "dependencies": {
37     "MBProgressHUD": [
38       "~> 0.9"
39     ],
40     "DACircularProgress": [
41       "~> 2.3"
42     ],
43     "SDWebImage": [
44       "~> 4.0"
45     ],
46     "SDWebImage/GIF": [
48     ]
49   }