[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / 9 / 7 / 8 / BFRImageViewer / 1.0.11 / BFRImageViewer.podspec.json
blob6e8e396bb4d45f2cc5de6be2a42dd78d9c0b2059
2   "name": "BFRImageViewer",
3   "version": "1.0.11",
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.11"
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   }