blob: 338b553434b105cc722481ac75e6c27742477b4f [file] [log] [blame]
{
"name": "MediaBrowser",
"version": "0.2.0",
"summary": "A simple iOS photo and video browser with optional grid view, captions and selections written in Swift3.",
"description": "MediaBrowser can display one or more images or videos by providing either UIImage objects, PHAsset objects, or URLs to library assets, web images/videos or local files. MediaBrowser handles the downloading and caching of photos from the web seamlessly. Photos can be zoomed and panned, and optional (customisable) captions can be displayed. This can also be used to allow the user to select one or more photos using either the grid or main image view. Also, MediaBrowser use latest SDWebImage version for caching, motivated by MWPhotoBrowser",
"screenshots": [
"https://raw.githubusercontent.com/younatics/MediaBrowser/master/Images/cocoapodsImage1.png",
"https://raw.githubusercontent.com/younatics/MediaBrowser/master/Images/cocoapodsImage2.png",
"https://raw.githubusercontent.com/younatics/MediaBrowser/master/Images/cocoapodsImage3.png",
"https://raw.githubusercontent.com/younatics/MediaBrowser/master/Images/cocoapodsImage4.png"
],
"homepage": "https://github.com/younatics/MediaBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Seungyoun Yi": "younatics@gmail.com"
},
"social_media_url": "https://twitter.com/younatics",
"source": {
"git": "https://github.com/younatics/MediaBrowser.git",
"tag": "0.2.0"
},
"source_files": "MediaBrowser/*.swift",
"resources": "MediaBrowser/*.xcassets",
"platforms": {
"ios": "8.1"
},
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"dependencies": {
"SDWebImage": [
],
"UICircularProgressRing": [
]
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}