blob: d6d9ee2383673d43eff2d8cb32605ffa948f8bfb [file] [log] [blame]
{
"name": "BFRImageViewer",
"version": "1.2.4",
"summary": "A turnkey solution to display photos and images of all kinds in your app.",
"description": "The BFRImageViewer is a turnkey solution to present images within your iOS app 🎉! \n\nIf features swipe gestures to dismiss, parallax scrolling, image scaling, zooming and panning, supports multiple images, image types, and plays nicely with 3D touch! We use it all over the place in Buffer for iOS :-).",
"homepage": "https://github.com/bufferapp/buffer-ios-image-viewer",
"screenshots": "https://github.com/bufferapp/buffer-ios-image-viewer/blob/master/demo.gif?raw=true",
"license": "MIT",
"authors": {
"Andrew Yates": "andy@bufferapp.com",
"Jordan Morgan": "jordan@bufferapp.com"
},
"social_media_url": "https://twitter.com/bufferdevs",
"source": {
"git": "https://github.com/bufferapp/buffer-ios-image-viewer.git",
"tag": "1.2.4"
},
"source_files": [
"Classes",
"BFRImageViewController/**/*.{h,m}"
],
"resources": [
"BFRImageViewController/**/BFRImageViewerLocalizations.bundle",
"BFRImageViewController/**/*.{png}"
],
"exclude_files": "BFRImageViewController/**/lowResImage.png",
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Photos"
],
"dependencies": {
"PINRemoteImage": [
"~> 3.0.0-beta.14"
]
}
}