[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 7 / 8 / BFRImageViewer / 1.2.7 / BFRImageViewer.podspec.json
blob93051c81a96c64bd217d207c5d1ef37403f30cd7
2   "name": "BFRImageViewer",
3   "version": "1.2.7",
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 3D touch! 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.2.7"
17   },
18   "source_files": [
19     "Classes",
20     "BFRImageViewController/**/*.{h,m}"
21   ],
22   "resources": [
23     "BFRImageViewController/**/BFRImageViewerLocalizations.bundle",
24     "BFRImageViewController/**/*.{png}"
25   ],
26   "exclude_files": "BFRImageViewController/**/lowResImage.png",
27   "platforms": {
28     "ios": "11.0"
29   },
30   "requires_arc": true,
31   "frameworks": [
32     "UIKit",
33     "Photos"
34   ],
35   "dependencies": {
36     "PINRemoteImage": [
37       "~> 3.0.0-beta.14"
38     ]
39   }