[Add] MSPCore 0.0.10
[CocoaPods.git] / Specs / 9 / c / 7 / JMNYTPhotoViewer / 5.0.8 / JMNYTPhotoViewer.podspec.json
blob13e9d0cd97674a3cf8d60767cf8136084458e01c
2   "name": "JMNYTPhotoViewer",
3   "version": "5.0.8",
4   "description": "We made some changes to the original pod for internal use only. Please Go to NYTPhotoViewer if you need to use the original!!!\nNYTPhotoViewer 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": "git@gitlab.jmango360.com:native-module/NYTPhotoViewer.git",
7   "authors": "The New York Times",
8   "license": {
9     "type": "Apache 2.0"
10   },
11   "source": {
12     "git": "git@gitlab.jmango360.com:native-module/NYTPhotoViewer.git",
13     "branch": "v508"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Core",
22       "ios": {
23         "resource_bundles": {
24           "JMNYTPhotoViewer": [
25             "JMNYTPhotoViewer/NYTPhotoViewer.bundle/*"
26           ]
27         }
28       },
29       "source_files": "JMNYTPhotoViewer/**/*.{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         "JMNYTPhotoViewer/Core": [
43         ],
44         "FLAnimatedImage": [
45           "~> 1.0.12"
46         ]
47       }
48     }
49   ]