[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 6 / d / NYTPhotoViewer / 1.2.0 / NYTPhotoViewer.podspec.json
blob6af877eec877fdb228290c3acb35d30dccf09b9b
2   "name": "NYTPhotoViewer",
3   "version": "1.2.0",
4   "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.",
5   "summary": "NYTPhotoViewer is a slideshow and image viewer that includes double tap to zoom, flick to dismiss, animated presentation, and more.",
6   "homepage": "https://github.com/NYTimes/NYTPhotoViewer",
7   "authors": "The New York Times",
8   "license": {
9     "type": "Apache 2.0"
10   },
11   "source": {
12     "git": "https://github.com/NYTimes/NYTPhotoViewer.git",
13     "tag": "1.2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Core",
22       "ios": {
23         "resource_bundles": {
24           "NYTPhotoViewer": [
25             "NYTPhotoViewer/NYTPhotoViewer.bundle/*"
26           ]
27         }
28       },
29       "source_files": "NYTPhotoViewer/**/*.{h,m,swift}",
30       "frameworks": [
31         "UIKit",
32         "Foundation"
33       ]
34     },
35     {
36       "name": "AnimatedGifSupport",
37       "xcconfig": {
38         "GCC_PREPROCESSOR_DEFINITIONS": "ANIMATED_GIF_SUPPORT=1"
39       },
40       "dependencies": {
41         "NYTPhotoViewer/Core": [
43         ],
44         "FLAnimatedImage": [
45           "~> 1.0.12"
46         ]
47       }
48     }
49   ]