[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 9 / 6 / AXPhotoViewer / 1.4.1 / AXPhotoViewer.podspec.json
blob2a7ffe7d111dcee8524fee3d0818a22f2f6b2285
2   "name": "AXPhotoViewer",
3   "version": "1.4.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.4.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "ios": {
26         "dependencies": {
27           "AXStateButton": [
28             ">= 1.1.3"
29           ],
30           "FLAnimatedImage": [
31             ">= 1.0.0"
32           ]
33         }
34       },
35       "tvos": {
36         "dependencies": {
37           "FLAnimatedImage-tvOS": [
38             ">= 1.0.16"
39           ]
40         }
41       },
42       "resources": "Assets/*.{xcassets}",
43       "source_files": [
44         "Source/*.{swift,h,m}",
45         "Source/Classes/**/*.{swift,h,m}",
46         "Source/Protocols/*.{swift,h,m}",
47         "Source/Extensions/*.{swift,h,m}",
48         "Source/Integrations/*.{swift,h,m}"
49       ],
50       "frameworks": [
51         "UIKit",
52         "MobileCoreServices",
53         "ImageIO"
54       ]
55     },
56     {
57       "name": "SDWebImage",
58       "dependencies": {
59         "AXPhotoViewer/Core": [
61         ],
62         "SDWebImage": [
63           ">= 4.0.0"
64         ]
65       }
66     },
67     {
68       "name": "PINRemoteImage",
69       "dependencies": {
70         "AXPhotoViewer/Core": [
72         ],
73         "PINRemoteImage": [
74           "~> 3.0.0-beta.9"
75         ]
76       }
77     },
78     {
79       "name": "AFNetworking",
80       "dependencies": {
81         "AXPhotoViewer/Core": [
83         ],
84         "AFNetworking/NSURLSession": [
85           ">= 3.1.0"
86         ]
87       }
88     },
89     {
90       "name": "Kingfisher",
91       "dependencies": {
92         "AXPhotoViewer/Core": [
94         ],
95         "Kingfisher": [
96           ">= 3.10.0"
97         ]
98       }
99     }
100   ]