[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / d / 9 / 6 / AXPhotoViewer / 1.4.2 / AXPhotoViewer.podspec.json
blobd9e6235c6fb1aac8409c5fc8cbbe6b6c21b7535a
2   "name": "AXPhotoViewer",
3   "version": "1.4.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "An iOS/tvOS photo gallery viewer, useful for viewing a large number of photos.",
9   "homepage": "https://github.com/alexhillc/AXPhotoViewer",
10   "authors": {
11     "Alex Hill": "alexhill.c@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/alexhillc/AXPhotoViewer.git",
15     "tag": "v1.4.2"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0"
21   },
22   "default_subspecs": "Lite",
23   "subspecs": [
24     {
25       "name": "Core",
26       "ios": {
27         "dependencies": {
28           "AXStateButton": [
29             ">= 1.1.3"
30           ],
31           "FLAnimatedImage": [
32             ">= 1.0.0"
33           ]
34         }
35       },
36       "tvos": {
37         "dependencies": {
38           "FLAnimatedImage-tvOS": [
39             ">= 1.0.16"
40           ]
41         }
42       },
43       "resources": "Assets/*.{xcassets}",
44       "source_files": [
45         "Source/*.{swift,h,m}",
46         "Source/Classes/**/*.{swift,h,m}",
47         "Source/Protocols/*.{swift,h,m}",
48         "Source/Extensions/*.{swift,h,m}"
49       ],
50       "frameworks": [
51         "UIKit",
52         "MobileCoreServices"
53       ]
54     },
55     {
56       "name": "Lite",
57       "frameworks": "ImageIO",
58       "xcconfig": {
59         "OTHER_SWIFT_FLAGS": "$(inherited) -D USE_DEFAULT"
60       },
61       "dependencies": {
62         "AXPhotoViewer/Core": [
64         ]
65       },
66       "source_files": "Source/Integrations/SimpleNetworkIntegration.swift"
67     },
68     {
69       "name": "SDWebImage",
70       "xcconfig": {
71         "OTHER_SWIFT_FLAGS": "$(inherited) -D USE_SDWEBIMAGE"
72       },
73       "dependencies": {
74         "AXPhotoViewer/Core": [
76         ],
77         "SDWebImage": [
78           ">= 4.0.0"
79         ]
80       },
81       "source_files": "Source/Integrations/SDWebImageIntegration.swift"
82     },
83     {
84       "name": "PINRemoteImage",
85       "xcconfig": {
86         "OTHER_SWIFT_FLAGS": "$(inherited) -D USE_PINREMOTEIMAGE"
87       },
88       "dependencies": {
89         "AXPhotoViewer/Core": [
91         ],
92         "PINRemoteImage": [
93           "~> 3.0.0-beta.9"
94         ]
95       },
96       "source_files": "Source/Integrations/PINRemoteImageIntegration.swift"
97     },
98     {
99       "name": "AFNetworking",
100       "frameworks": "ImageIO",
101       "xcconfig": {
102         "OTHER_SWIFT_FLAGS": "$(inherited) -D USE_AFNETWORKING"
103       },
104       "dependencies": {
105         "AXPhotoViewer/Core": [
107         ],
108         "AFNetworking/NSURLSession": [
109           ">= 3.1.0"
110         ]
111       },
112       "source_files": "Source/Integrations/AFNetworkingIntegration.swift"
113     },
114     {
115       "name": "Kingfisher",
116       "xcconfig": {
117         "OTHER_SWIFT_FLAGS": "$(inherited) -D USE_KINGFISHER"
118       },
119       "dependencies": {
120         "AXPhotoViewer/Core": [
122         ],
123         "Kingfisher": [
124           ">= 3.10.0"
125         ]
126       },
127       "source_files": "Source/Integrations/KingfisherIntegration.swift"
128     }
129   ]