[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / d / 9 / 6 / AXPhotoViewer / 1.7.1 / AXPhotoViewer.podspec.json
blobffd8fed00732ac68aed3ac796f5b0328b994dd38
2   "name": "AXPhotoViewer",
3   "version": "1.7.1",
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.7.1"
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       "platforms": {
62         "ios": "8.0",
63         "tvos": "9.0"
64       },
65       "dependencies": {
66         "AXPhotoViewer/Core": [
68         ],
69         "SDWebImage": [
70           ">= 4.0.0"
71         ]
72       },
73       "source_files": "Source/Integrations/SDWebImageIntegration.swift"
74     },
75     {
76       "name": "PINRemoteImage",
77       "platforms": {
78         "ios": "8.0",
79         "tvos": "9.0"
80       },
81       "dependencies": {
82         "AXPhotoViewer/Core": [
84         ],
85         "PINRemoteImage": [
86           "~> 3.0.0-beta.9"
87         ]
88       },
89       "source_files": "Source/Integrations/PINRemoteImageIntegration.swift"
90     },
91     {
92       "name": "AFNetworking",
93       "platforms": {
94         "ios": "8.0",
95         "tvos": "9.0"
96       },
97       "dependencies": {
98         "AXPhotoViewer/Core": [
100         ],
101         "AFNetworking/NSURLSession": [
102           ">= 3.1.0"
103         ]
104       },
105       "source_files": "Source/Integrations/AFNetworkingIntegration.swift"
106     },
107     {
108       "name": "Kingfisher",
109       "platforms": {
110         "ios": "10.0",
111         "tvos": "10.0"
112       },
113       "dependencies": {
114         "AXPhotoViewer/Core": [
116         ],
117         "Kingfisher": [
118           ">= 3.10.0"
119         ]
120       },
121       "source_files": "Source/Integrations/KingfisherIntegration.swift"
122     },
123     {
124       "name": "Nuke",
125       "platforms": {
126         "ios": "10.0",
127         "tvos": "10.0"
128       },
129       "dependencies": {
130         "AXPhotoViewer/Core": [
132         ],
133         "Nuke": [
134           ">= 7.0"
135         ]
136       },
137       "source_files": "Source/Integrations/NukeIntegration.swift"
138     }
139   ]