[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 7 / 8 / BFRImageViewer / 1.0.12 / BFRImageViewer.podspec.json
blob21b290df451e0885da81b7cafb91947b319ca0ac
2   "name": "BFRImageViewer",
3   "version": "1.0.12",
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 ðŸŽ‰! It's based off of the excellent IDMPhotoBrowser, but tweaked for our own needs.\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": "v1.0.12"
18   },
19   "source_files": [
20     "Classes",
21     "BFRImageViewController/**/*.{h,m}"
22   ],
23   "resources": [
24     "BFRImageViewController/**/*.{png}"
25   ],
26   "platforms": {
27     "ios": "8.0"
28   },
29   "requires_arc": true,
30   "frameworks": [
31     "UIKit",
32     "Photos"
33   ],
34   "dependencies": {
35     "DACircularProgress": [
37     ],
38     "SDWebImage": [
40     ]
41   }