[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 9 / 6 / AXPhotoViewer / 1.2.6 / AXPhotoViewer.podspec.json
blobdf94cfe8c1b9a7b8c84ada285ef345dbbab4a6f5
2   "name": "AXPhotoViewer",
3   "version": "1.2.6",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "An iPhone/iPad 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.2.6"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Lite",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "FLAnimatedImage": [
28           ">= 1.0.0"
29         ]
30       },
31       "source_files": [
32         "Source/*.{swift,h,m}",
33         "Source/Classes/**/*.{swift,h,m}",
34         "Source/Protocols/*.{swift,h,m}",
35         "Source/Extensions/*.{swift,h,m}"
36       ],
37       "frameworks": [
38         "UIKit",
39         "MobileCoreServices"
40       ]
41     },
42     {
43       "name": "Lite",
44       "frameworks": "ImageIO",
45       "xcconfig": {
46         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_LITE_SUPPORT"
47       },
48       "dependencies": {
49         "AXPhotoViewer/Core": [
51         ]
52       },
53       "source_files": "Source/Integrations/SimpleNetworkIntegration.swift"
54     },
55     {
56       "name": "SDWebImage",
57       "xcconfig": {
58         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_SDWEBIMAGE_SUPPORT"
59       },
60       "dependencies": {
61         "AXPhotoViewer/Core": [
63         ],
64         "SDWebImage": [
65           ">= 4.0.0"
66         ]
67       },
68       "source_files": "Source/Integrations/SDWebImageIntegration.swift"
69     },
70     {
71       "name": "PINRemoteImage",
72       "xcconfig": {
73         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_PINREMOTEIMAGE_SUPPORT"
74       },
75       "dependencies": {
76         "AXPhotoViewer/Core": [
78         ],
79         "PINRemoteImage/FLAnimatedImage": [
80           "~> 3.0.0-beta.9"
81         ]
82       },
83       "source_files": "Source/Integrations/PINRemoteImageIntegration.swift"
84     },
85     {
86       "name": "AFNetworking",
87       "xcconfig": {
88         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_AFNETWORKING_SUPPORT"
89       },
90       "frameworks": "ImageIO",
91       "dependencies": {
92         "AXPhotoViewer/Core": [
94         ],
95         "AFNetworking": [
96           ">= 3.1.0"
97         ]
98       },
99       "source_files": "Source/Integrations/AFNetworkingIntegration.swift"
100     }
101   ]