[Add] YIM 2.2.8
[CocoaPods.git] / Specs / 9 / 7 / 8 / BFRImageViewer / 1.3.1 / BFRImageViewer.podspec.json
blob8a379fd80fc6e853eae928152845a4c70298ead3
2   "name": "BFRImageViewer",
3   "version": "1.3.1",
4   "summary": "A turnkey solution to display photos and images of all kinds in your app.",
5   "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 live photos! We use it all over the place in Buffer for iOS :-).",
6   "homepage": "https://github.com/bufferapp/buffer-ios-image-viewer",
7   "screenshots": "https://github.com/bufferapp/buffer-ios-image-viewer/blob/master/demo.gif?raw=true",
8   "license": "MIT",
9   "authors": {
10     "Andrew Yates": "andy@bufferapp.com",
11     "Jordan Morgan": "jordan@bufferapp.com"
12   },
13   "social_media_url": "https://twitter.com/bufferdevs",
14   "source": {
15     "git": "https://github.com/bufferapp/buffer-ios-image-viewer.git",
16     "tag": "1.3.1"
17   },
18   "source_files": [
19     "Classes",
20     "BFRImageViewController/**/*.{h,m}"
21   ],
22   "resources": [
23     "BFRImageViewController/**/BFRImageViewerLocalizations.bundle"
24   ],
25   "exclude_files": "BFRImageViewController/**/lowResImage.png",
26   "platforms": {
27     "ios": "13.0"
28   },
29   "requires_arc": true,
30   "frameworks": [
31     "UIKit",
32     "Photos"
33   ],
34   "dependencies": {
35     "PINRemoteImage/iOS": [
36       "~> 3.0.0"
37     ]
38   }