2 "name": "AXPhotoViewer",
8 "summary": "An iPhone/iPad 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",
21 "default_subspecs": "Lite",
22 "pushed_with_swift_version": "3.0",
32 "Source/Classes/*.{swift,h,m}",
33 "Source/Protocols/*.{swift,h,m}",
34 "Source/Extensions/*.{swift,h,m}"
43 "frameworks": "ImageIO",
45 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_LITE_SUPPORT"
48 "AXPhotoViewer/Core": [
52 "source_files": "Source/Integrations/SimpleNetworkIntegration.swift"
57 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_SDWEBIMAGE_SUPPORT"
60 "AXPhotoViewer/Core": [
67 "source_files": "Source/Integrations/SDWebImageIntegration.swift"
70 "name": "PINRemoteImage",
72 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_PINREMOTEIMAGE_SUPPORT"
75 "AXPhotoViewer/Core": [
78 "PINRemoteImage/FLAnimatedImage": [
82 "source_files": "Source/Integrations/PINRemoteImageIntegration.swift"
85 "name": "AFNetworking",
87 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_AFNETWORKING_SUPPORT"
89 "frameworks": "ImageIO",
91 "AXPhotoViewer/Core": [
98 "source_files": "Source/Integrations/AFNetworkingIntegration.swift"