blob: 4197c52d438e82a2fae3ec7409d896aeb3b4a4b8 [file] [log] [blame]
{
"name": "TRMWPhotoBrowser",
"version": "2.1.2",
"license": "MIT",
"summary": "A simple iOS photo and video browser with optional grid view, captions and selections.",
"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.",
"homepage": "https://github.com/mwaterfall/MWPhotoBrowser",
"authors": {
"Michael Waterfall": "michaelwaterfall@gmail.com"
},
"source": {
"git": "https://github.com/PodRepo/TRMWPhotoBrowser.git",
"tag": "2.1.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MWPhotoBrowser": [
"Pod/Assets/*.png"
]
},
"requires_arc": true,
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"dependencies": {
"MBProgressHUD": [
"~> 0.9"
],
"DACircularProgress": [
"~> 2.3"
],
"TRCache": [
"~> 0.2"
],
"TRWebImage": [
"~> 0.4"
]
}
}