[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 9 / 7 / 8 / BFRImageViewer / 1.0.29 / BFRImageViewer.podspec.json
blobab1957de8cebd565b8b68df2d99222ac178b8f76
2   "name": "BFRImageViewer",
3   "version": "1.0.29",
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": "1.0.29"
18   },
19   "source_files": [
20     "Classes",
21     "BFRImageViewController/**/*.{h,m}"
22   ],
23   "resources": [
24     "BFRImageViewController/**/BFRImageViewerLocalizations.bundle",
25     "BFRImageViewController/**/*.{png}"
26   ],
27   "platforms": {
28     "ios": "8.0"
29   },
30   "requires_arc": true,
31   "frameworks": [
32     "UIKit",
33     "Photos"
34   ],
35   "dependencies": {
36     "DACircularProgress": [
38     ],
39     "PINRemoteImage": [
40       "~> 3.0.0-beta.7"
41     ]
42   }