[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 1 / 6 / d / NYTPhotoViewer / 5.0.4 / NYTPhotoViewer.podspec.json
blobbb0e419ad07db4690d4926b82eb8db8cbe935de5
2   "name": "NYTPhotoViewer",
3   "version": "5.0.4",
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": "5.0.4"
14   },
15   "platforms": {
16     "ios": "9.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         "PINRemoteImage/iOS": [
45           "~> 3.0.1"
46         ],
47         "PINRemoteImage/PINCache": [
49         ]
50       }
51     }
52   ]