[Add] AWSPolly 2.39.0
[CocoaPods.git] / Specs / c / d / 8 / TRMWPhotoBrowser / 2.1.2 / TRMWPhotoBrowser.podspec.json
blob4197c52d438e82a2fae3ec7409d896aeb3b4a4b8
2   "name": "TRMWPhotoBrowser",
3   "version": "2.1.2",
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   "homepage": "https://github.com/mwaterfall/MWPhotoBrowser",
8   "authors": {
9     "Michael Waterfall": "michaelwaterfall@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/PodRepo/TRMWPhotoBrowser.git",
13     "tag": "2.1.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "MWPhotoBrowser": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "requires_arc": true,
25   "frameworks": [
26     "ImageIO",
27     "QuartzCore",
28     "AssetsLibrary",
29     "MediaPlayer"
30   ],
31   "weak_frameworks": "Photos",
32   "dependencies": {
33     "MBProgressHUD": [
34       "~> 0.9"
35     ],
36     "DACircularProgress": [
37       "~> 2.3"
38     ],
39     "TRCache": [
40       "~> 0.2"
41     ],
42     "TRWebImage": [
43       "~> 0.4"
44     ]
45   }