[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / d / 9 / 6 / AXPhotoViewer / 1.2.10 / AXPhotoViewer.podspec.json
blobfd1b9177aa2239688012b85605961be8dc9548ac
2   "name": "AXPhotoViewer",
3   "version": "1.2.10",
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.10"
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         "AXStateButton": [
28           ">= 1.1.2"
29         ],
30         "FLAnimatedImage": [
31           ">= 1.0.0"
32         ]
33       },
34       "resources": "Assets/*.{xcassets}",
35       "source_files": [
36         "Source/*.{swift,h,m}",
37         "Source/Classes/**/*.{swift,h,m}",
38         "Source/Protocols/*.{swift,h,m}",
39         "Source/Extensions/*.{swift,h,m}"
40       ],
41       "frameworks": [
42         "UIKit",
43         "MobileCoreServices"
44       ]
45     },
46     {
47       "name": "Lite",
48       "frameworks": "ImageIO",
49       "xcconfig": {
50         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_LITE_SUPPORT"
51       },
52       "dependencies": {
53         "AXPhotoViewer/Core": [
55         ]
56       },
57       "source_files": "Source/Integrations/SimpleNetworkIntegration.swift"
58     },
59     {
60       "name": "SDWebImage",
61       "xcconfig": {
62         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_SDWEBIMAGE_SUPPORT"
63       },
64       "dependencies": {
65         "AXPhotoViewer/Core": [
67         ],
68         "SDWebImage": [
69           ">= 4.0.0"
70         ]
71       },
72       "source_files": "Source/Integrations/SDWebImageIntegration.swift"
73     },
74     {
75       "name": "PINRemoteImage",
76       "xcconfig": {
77         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_PINREMOTEIMAGE_SUPPORT"
78       },
79       "dependencies": {
80         "AXPhotoViewer/Core": [
82         ],
83         "PINRemoteImage/FLAnimatedImage": [
84           "~> 3.0.0-beta.9"
85         ]
86       },
87       "source_files": "Source/Integrations/PINRemoteImageIntegration.swift"
88     },
89     {
90       "name": "AFNetworking",
91       "xcconfig": {
92         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_AFNETWORKING_SUPPORT"
93       },
94       "frameworks": "ImageIO",
95       "dependencies": {
96         "AXPhotoViewer/Core": [
98         ],
99         "AFNetworking": [
100           ">= 3.1.0"
101         ]
102       },
103       "source_files": "Source/Integrations/AFNetworkingIntegration.swift"
104     },
105     {
106       "name": "Kingfisher",
107       "xcconfig": {
108         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_KINGFISHER_SUPPORT"
109       },
110       "dependencies": {
111         "AXPhotoViewer/Core": [
113         ],
114         "Kingfisher": [
115           ">= 3.10.0"
116         ]
117       },
118       "source_files": "Source/Integrations/KingfisherIntegration.swift"
119     }
120   ]