[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / a / e / MWPhotoBrowser_LZ / 0.1.0 / MWPhotoBrowser_LZ.podspec.json
blobab359e75633148c6f6b1ed5fb8de10596f85f2cd
2   "name": "MWPhotoBrowser_LZ",
3   "version": "0.1.0",
4   "summary": "由于MWPhotoBrowser的作者不在维护,所以本人Fork过来,更新了SDWebImageView不在指定版本号以及修改播放视频为AVKit",
5   "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.",
6   "homepage": "https://github.com/cuilizhong/MWPhotoBrowser_LZ",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cui lizhong": "cui_li_zhong@163.com"
13   },
14   "source": {
15     "git": "https://github.com/cuilizhong/MWPhotoBrowser_LZ.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "MWPhotoBrowser_LZ/Classes/**/*",
22   "frameworks": [
23     "ImageIO",
24     "QuartzCore",
25     "AssetsLibrary",
26     "MediaPlayer"
27   ],
28   "weak_frameworks": "Photos",
29   "dependencies": {
30     "MBProgressHUD": [
32     ],
33     "DACircularProgress": [
35     ],
36     "SDWebImage": [
38     ]
39   }