blob: 6af877eec877fdb228290c3acb35d30dccf09b9b [file] [log] [blame]
{
"name": "NYTPhotoViewer",
"version": "1.2.0",
"description": "NYTPhotoViewer is a slideshow and image viewer that includes double tap to zoom, captions, support for multiple images, interactive flick to dismiss, animated zooming presentation, and more.",
"summary": "NYTPhotoViewer is a slideshow and image viewer that includes double tap to zoom, flick to dismiss, animated presentation, and more.",
"homepage": "https://github.com/NYTimes/NYTPhotoViewer",
"authors": "The New York Times",
"license": {
"type": "Apache 2.0"
},
"source": {
"git": "https://github.com/NYTimes/NYTPhotoViewer.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"ios": {
"resource_bundles": {
"NYTPhotoViewer": [
"NYTPhotoViewer/NYTPhotoViewer.bundle/*"
]
}
},
"source_files": "NYTPhotoViewer/**/*.{h,m,swift}",
"frameworks": [
"UIKit",
"Foundation"
]
},
{
"name": "AnimatedGifSupport",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "ANIMATED_GIF_SUPPORT=1"
},
"dependencies": {
"NYTPhotoViewer/Core": [
],
"FLAnimatedImage": [
"~> 1.0.12"
]
}
}
]
}