[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 9 / 6 / AXPhotoViewer / 1.1.1 / AXPhotoViewer.podspec.json
blob1559b12c8981ff2a6dd4c255855444a00ec2ad6e
2   "name": "AXPhotoViewer",
3   "version": "1.1.1",
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.1.1"
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/Classes/*.{swift,h,m}",
33         "Source/Protocols/*.{swift,h,m}",
34         "Source/Extensions/*.{swift,h,m}"
35       ],
36       "frameworks": [
37         "UIKit",
38         "MobileCoreServices"
39       ]
40     },
41     {
42       "name": "Lite",
43       "frameworks": "ImageIO",
44       "xcconfig": {
45         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_LITE_SUPPORT"
46       },
47       "dependencies": {
48         "AXPhotoViewer/Core": [
50         ]
51       },
52       "source_files": "Source/Integrations/SimpleNetworkIntegration.swift"
53     },
54     {
55       "name": "SDWebImage",
56       "xcconfig": {
57         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_SDWEBIMAGE_SUPPORT"
58       },
59       "dependencies": {
60         "AXPhotoViewer/Core": [
62         ],
63         "SDWebImage": [
64           ">= 4.0.0"
65         ]
66       },
67       "source_files": "Source/Integrations/SDWebImageIntegration.swift"
68     },
69     {
70       "name": "PINRemoteImage",
71       "xcconfig": {
72         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_PINREMOTEIMAGE_SUPPORT"
73       },
74       "dependencies": {
75         "AXPhotoViewer/Core": [
77         ],
78         "PINRemoteImage/FLAnimatedImage": [
79           "~> 3.0.0-beta.9"
80         ]
81       },
82       "source_files": "Source/Integrations/PINRemoteImageIntegration.swift"
83     },
84     {
85       "name": "AFNetworking",
86       "xcconfig": {
87         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_AFNETWORKING_SUPPORT"
88       },
89       "frameworks": "ImageIO",
90       "dependencies": {
91         "AXPhotoViewer/Core": [
93         ],
94         "AFNetworking": [
95           ">= 3.1.0"
96         ]
97       },
98       "source_files": "Source/Integrations/AFNetworkingIntegration.swift"
99     }
100   ]