[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 9 / 6 / AXPhotoViewer / 1.6.0 / AXPhotoViewer.podspec.json
blob8b87ba436d2d562b6b76b5d939baf557576fbbee
2   "name": "AXPhotoViewer",
3   "version": "1.6.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "An iOS/tvOS photo gallery viewer, useful for viewing a large number of photos.",
9   "homepage": "https://github.com/alexhillc/AXPhotoViewer",
10   "authors": {
11     "Alex Hill": "alexhill.c@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/alexhillc/AXPhotoViewer.git",
15     "tag": "v1.6.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "ios": {
27         "dependencies": {
28           "AXStateButton": [
29             ">= 1.1.3"
30           ],
31           "FLAnimatedImage": [
32             ">= 1.0.0"
33           ]
34         }
35       },
36       "tvos": {
37         "dependencies": {
38           "FLAnimatedImage-tvOS": [
39             ">= 1.0.16"
40           ]
41         }
42       },
43       "resources": "Assets/*.{xcassets}",
44       "source_files": [
45         "Source/*.{swift,h,m}",
46         "Source/Classes/**/*.{swift,h,m}",
47         "Source/Protocols/*.{swift,h,m}",
48         "Source/Extensions/*.{swift,h,m}",
49         "Source/Utilities/*.{swift,h,m}",
50         "Source/Integrations/SimpleNetworkIntegration.swift"
51       ],
52       "frameworks": [
53         "MobileCoreServices",
54         "ImageIO",
55         "UIKit",
56         "QuartzCore"
57       ]
58     },
59     {
60       "name": "SDWebImage",
61       "dependencies": {
62         "AXPhotoViewer/Core": [
64         ],
65         "SDWebImage": [
66           ">= 4.0.0"
67         ]
68       },
69       "source_files": "Source/Integrations/SDWebImageIntegration.swift"
70     },
71     {
72       "name": "PINRemoteImage",
73       "dependencies": {
74         "AXPhotoViewer/Core": [
76         ],
77         "PINRemoteImage": [
78           "~> 3.0.0-beta.9"
79         ]
80       },
81       "source_files": "Source/Integrations/PINRemoteImageIntegration.swift"
82     },
83     {
84       "name": "AFNetworking",
85       "dependencies": {
86         "AXPhotoViewer/Core": [
88         ],
89         "AFNetworking/NSURLSession": [
90           ">= 3.1.0"
91         ]
92       },
93       "source_files": "Source/Integrations/AFNetworkingIntegration.swift"
94     },
95     {
96       "name": "Kingfisher",
97       "dependencies": {
98         "AXPhotoViewer/Core": [
100         ],
101         "Kingfisher": [
102           ">= 3.10.0"
103         ]
104       },
105       "source_files": "Source/Integrations/KingfisherIntegration.swift"
106     },
107     {
108       "name": "Nuke",
109       "platforms": {
110         "ios": "9.0"
111       },
112       "dependencies": {
113         "AXPhotoViewer/Core": [
115         ],
116         "Nuke": [
117           ">= 7.0"
118         ]
119       },
120       "source_files": "Source/Integrations/NukeIntegration.swift"
121     }
122   ]