[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / f / d / UCPhotoGallery / 0.2.2 / UCPhotoGallery.podspec.json
blobb700e36cb3ed1754fef4f5f8e93339084efb4408
2   "name": "UCPhotoGallery",
3   "version": "0.2.2",
4   "summary": "A drop-in image gallery UI component",
5   "description": "UCPhotoGallery provides two view controllers that both turn a collection of URLs into a photo gallery",
6   "homepage": "https://github.com/UrbanCompass/UCPhotoGallery",
7   "license": "MIT",
8   "authors": {
9     "Bryan Oltman": "bryan@compass.com"
10   },
11   "source": {
12     "git": "https://github.com/UrbanCompass/UCPhotoGallery.git",
13     "tag": "0.2.2"
14   },
15   "social_media_url": "https://twitter.com/moltman",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "UCPhotoGallery",
21   "public_header_files": [
22     "UCPhotoGallery/UCPhotoGallery.h",
23     "UCPhotoGallery/UCPhotoGalleryViewController.h",
24     "UCPhotoGallery/UCPhotoGalleryFullscreenTransitionController.h"
25   ],
26   "frameworks": "UIKit",
27   "preserve_paths": "Frameworks/*.framework",
28   "vendored_frameworks": [
29     "Frameworks/WebImage.framework",
30     "Frameworks/UCDirectionalPanGestureRecognizer.framework"
31   ]