2 "name": "AXPhotoViewer",
8 "summary": "An iOS/tvOS photo gallery viewer, useful for viewing a large number of photos.",
9 "homepage": "https://github.com/alexhillc/AXPhotoViewer",
11 "Alex Hill": "alexhill.c@gmail.com"
14 "git": "https://github.com/alexhillc/AXPhotoViewer.git",
22 "default_subspecs": "Lite",
38 "FLAnimatedImage-tvOS": [
43 "resources": "Assets/*.{xcassets}",
45 "Source/*.{swift,h,m}",
46 "Source/Classes/**/*.{swift,h,m}",
47 "Source/Protocols/*.{swift,h,m}",
48 "Source/Extensions/*.{swift,h,m}"
57 "frameworks": "ImageIO",
59 "OTHER_SWIFT_FLAGS": "$(inherited) -D USE_DEFAULT"
62 "AXPhotoViewer/Core": [
66 "source_files": "Source/Integrations/SimpleNetworkIntegration.swift"
71 "OTHER_SWIFT_FLAGS": "$(inherited) -D USE_SDWEBIMAGE"
74 "AXPhotoViewer/Core": [
81 "source_files": "Source/Integrations/SDWebImageIntegration.swift"
84 "name": "PINRemoteImage",
86 "OTHER_SWIFT_FLAGS": "$(inherited) -D USE_PINREMOTEIMAGE"
89 "AXPhotoViewer/Core": [
96 "source_files": "Source/Integrations/PINRemoteImageIntegration.swift"
99 "name": "AFNetworking",
100 "frameworks": "ImageIO",
102 "OTHER_SWIFT_FLAGS": "$(inherited) -D USE_AFNETWORKING"
105 "AXPhotoViewer/Core": [
108 "AFNetworking/NSURLSession": [
112 "source_files": "Source/Integrations/AFNetworkingIntegration.swift"
115 "name": "Kingfisher",
117 "OTHER_SWIFT_FLAGS": "$(inherited) -D USE_KINGFISHER"
120 "AXPhotoViewer/Core": [
127 "source_files": "Source/Integrations/KingfisherIntegration.swift"