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/*.{swift,h,m}",
33 "Source/Classes/**/*.{swift,h,m}",
34 "Source/Protocols/*.{swift,h,m}",
35 "Source/Extensions/*.{swift,h,m}"
44 "frameworks": "ImageIO",
46 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_LITE_SUPPORT"
49 "AXPhotoViewer/Core": [
53 "source_files": "Source/Integrations/SimpleNetworkIntegration.swift"
58 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_SDWEBIMAGE_SUPPORT"
61 "AXPhotoViewer/Core": [
68 "source_files": "Source/Integrations/SDWebImageIntegration.swift"
71 "name": "PINRemoteImage",
73 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_PINREMOTEIMAGE_SUPPORT"
76 "AXPhotoViewer/Core": [
79 "PINRemoteImage/FLAnimatedImage": [
83 "source_files": "Source/Integrations/PINRemoteImageIntegration.swift"
86 "name": "AFNetworking",
88 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_AFNETWORKING_SUPPORT"
90 "frameworks": "ImageIO",
92 "AXPhotoViewer/Core": [
99 "source_files": "Source/Integrations/AFNetworkingIntegration.swift"