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",
33 "resources": "Assets/*.{xcassets}",
35 "Source/*.{swift,h,m}",
36 "Source/Classes/**/*.{swift,h,m}",
37 "Source/Protocols/*.{swift,h,m}",
38 "Source/Extensions/*.{swift,h,m}"
47 "frameworks": "ImageIO",
49 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_LITE_SUPPORT"
52 "AXPhotoViewer/Core": [
56 "source_files": "Source/Integrations/SimpleNetworkIntegration.swift"
61 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_SDWEBIMAGE_SUPPORT"
64 "AXPhotoViewer/Core": [
71 "source_files": "Source/Integrations/SDWebImageIntegration.swift"
74 "name": "PINRemoteImage",
76 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_PINREMOTEIMAGE_SUPPORT"
79 "AXPhotoViewer/Core": [
82 "PINRemoteImage/FLAnimatedImage": [
86 "source_files": "Source/Integrations/PINRemoteImageIntegration.swift"
89 "name": "AFNetworking",
91 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_AFNETWORKING_SUPPORT"
93 "frameworks": "ImageIO",
95 "AXPhotoViewer/Core": [
98 "AFNetworking/NSURLSession": [
102 "source_files": "Source/Integrations/AFNetworkingIntegration.swift"
105 "name": "Kingfisher",
107 "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_KINGFISHER_SUPPORT"
110 "AXPhotoViewer/Core": [
117 "source_files": "Source/Integrations/KingfisherIntegration.swift"