[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / 7 / c / 8 / JLMWPhotoBrowser / 2.1.2 / JLMWPhotoBrowser.podspec.json
blobb3c08746a18ac084e3594c125154ad059022f97b
2   "name": "JLMWPhotoBrowser",
3   "version": "2.1.2",
4   "license": "MIT",
5   "summary": "A simple iOS photo and video browser with optional grid view, captions and selections. Base MWPhotoBrowser upgrade HUD ~> 1.0",
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/mwaterfall/MWPhotoBrowser",
16   "authors": {
17     "Jason Li": "rstx_reg@aliyun.com"
18   },
19   "source": {
20     "git": "https://github.com/JasonRSTX/MWPhotoBrowser.git",
21     "tag": "2.1.2"
22   },
23   "platforms": {
24     "ios": "7.0"
25   },
26   "source_files": "Pod/Classes/**/*",
27   "resource_bundles": {
28     "MWPhotoBrowser": [
29       "Pod/Assets/*.png"
30     ]
31   },
32   "requires_arc": true,
33   "frameworks": [
34     "ImageIO",
35     "QuartzCore",
36     "AssetsLibrary",
37     "MediaPlayer"
38   ],
39   "weak_frameworks": "Photos",
40   "dependencies": {
41     "MBProgressHUD": [
42       "~> 1.0"
43     ],
44     "DACircularProgress": [
45       "~> 2.3"
46     ],
47     "SDWebImage": [
48       "~> 3.7",
49       "!= 3.7.2"
50     ]
51   }