[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 7 / 8 / BFRImageViewer / 1.2.2 / BFRImageViewer.podspec.json
blobc74595839657ab4e837e88f861e442f8b19f50ee
2   "name": "BFRImageViewer",
3   "version": "1.2.2",
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.2.2"
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": "10.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.12"
42     ]
43   }