blob: d228adb6cdda420009f451c8164ebd04a8003aed [file] [log] [blame]
{
"name": "UCPhotoGallery",
"version": "0.2.3",
"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.3"
},
"social_media_url": "https://twitter.com/moltman",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "UCPhotoGallery",
"public_header_files": "UCPhotoGallery/*.h",
"frameworks": "UIKit",
"preserve_paths": "Frameworks/*.framework",
"vendored_frameworks": [
"Frameworks/WebImage.framework",
"Frameworks/UCDirectionalPanGestureRecognizer.framework"
]
}