[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 9 / 7 / 8 / BFRImageViewer / 1.0.32 / BFRImageViewer.podspec.json
blobeaef71181e978365d67e8bf4328a1f0ab5d4bd44
2   "name": "BFRImageViewer",
3   "version": "1.0.32",
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, 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     "Humber Aquino": "humber@bufferapp.com"
13   },
14   "social_media_url": "https://twitter.com/bufferdevs",
15   "source": {
16     "git": "https://github.com/bufferapp/buffer-ios-image-viewer.git",
17     "tag": "1.0.32"
18   },
19   "source_files": [
20     "Classes",
21     "BFRImageViewController/**/*.{h,m}"
22   ],
23   "resources": [
24     "BFRImageViewController/**/BFRImageViewerLocalizations.bundle",
25     "BFRImageViewController/**/*.{png}"
26   ],
27   "exclude_files": "BFRImageViewController/**/lowResImage.png",
28   "platforms": {
29     "ios": "9.0"
30   },
31   "requires_arc": true,
32   "frameworks": [
33     "UIKit",
34     "Photos"
35   ],
36   "dependencies": {
37     "DACircularProgress": [
39     ],
40     "PINRemoteImage": [
41       "~> 3.0.0-beta.7"
42     ]
43   }