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",
34 "resources": "Assets/*.{xcassets}",
36 "Source/*.{swift,h,m}",
37 "Source/Classes/**/*.{swift,h,m}",
38 "Source/Protocols/*.{swift,h,m}",
39 "Source/Extensions/*.{swift,h,m}"
48 "frameworks": "ImageIO",
50 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_LITE_SUPPORT"
53 "AXPhotoViewer/Core": [
57 "source_files": "Source/Integrations/SimpleNetworkIntegration.swift"
62 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_SDWEBIMAGE_SUPPORT"
65 "AXPhotoViewer/Core": [
72 "source_files": "Source/Integrations/SDWebImageIntegration.swift"
75 "name": "PINRemoteImage",
77 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_PINREMOTEIMAGE_SUPPORT"
80 "AXPhotoViewer/Core": [
83 "PINRemoteImage/FLAnimatedImage": [
87 "source_files": "Source/Integrations/PINRemoteImageIntegration.swift"
90 "name": "AFNetworking",
92 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_AFNETWORKING_SUPPORT"
94 "frameworks": "ImageIO",
96 "AXPhotoViewer/Core": [
103 "source_files": "Source/Integrations/AFNetworkingIntegration.swift"
106 "name": "Kingfisher",
108 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_KINGFISHER_SUPPORT"
111 "AXPhotoViewer/Core": [
118 "source_files": "Source/Integrations/KingfisherIntegration.swift"