[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 9 / 7 / 8 / BFRImageViewer / 1.0.7 / BFRImageViewer.podspec.json
blob8e61e73b3134c6c1d32d6797e7ef2b87fa6c19d3
2   "name": "BFRImageViewer",
3   "version": "1.0.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 ðŸŽ‰! 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.7"
18   },
19   "source_files": [
20     "Classes",
21     "BFRImageViewController/**/*.{h,m}"
22   ],
23   "platforms": {
24     "ios": "8.0"
25   },
26   "requires_arc": true,
27   "frameworks": [
28     "UIKit",
29     "Photos"
30   ],
31   "dependencies": {
32     "DACircularProgress": [
34     ],
35     "SDWebImage": [
37     ]
38   }