blob: d2cf2b8ea73defd32898c11763d56d33359f2971 [file] [log] [blame]
{
"name": "NYTPhotoViewer",
"version": "5.0.3",
"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": "5.0.3"
},
"platforms": {
"ios": "9.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": [
],
"PINRemoteImage/iOS": [
"~> 3.0.0"
],
"PINRemoteImage/PINCache": [
]
}
}
]
}