blob: b700e36cb3ed1754fef4f5f8e93339084efb4408 [file] [log] [blame]
{
"name": "UCPhotoGallery",
"version": "0.2.2",
"summary": "A drop-in image gallery UI component",
"description": "UCPhotoGallery provides two view controllers that both turn a collection of URLs into a photo gallery",
"homepage": "https://github.com/UrbanCompass/UCPhotoGallery",
"license": "MIT",
"authors": {
"Bryan Oltman": "bryan@compass.com"
},
"source": {
"git": "https://github.com/UrbanCompass/UCPhotoGallery.git",
"tag": "0.2.2"
},
"social_media_url": "https://twitter.com/moltman",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "UCPhotoGallery",
"public_header_files": [
"UCPhotoGallery/UCPhotoGallery.h",
"UCPhotoGallery/UCPhotoGalleryViewController.h",
"UCPhotoGallery/UCPhotoGalleryFullscreenTransitionController.h"
],
"frameworks": "UIKit",
"preserve_paths": "Frameworks/*.framework",
"vendored_frameworks": [
"Frameworks/WebImage.framework",
"Frameworks/UCDirectionalPanGestureRecognizer.framework"
]
}