[Add] FTMobileSDK 1.5.9-alpha.1
[CocoaPods.git] / Specs / d / 9 / 6 / AXPhotoViewer / 1.3.6 / AXPhotoViewer.podspec.json
blobb868cc4d2ad68bde4781ffdd75cb4d9184c65e7d
2   "name": "AXPhotoViewer",
3   "version": "1.3.6",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "An iPhone/iPad 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.3.6"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Lite",
22   "subspecs": [
23     {
24       "name": "Core",
25       "dependencies": {
26         "AXStateButton": [
27           ">= 1.1.3"
28         ],
29         "FLAnimatedImage": [
30           ">= 1.0.0"
31         ]
32       },
33       "resources": "Assets/*.{xcassets}",
34       "source_files": [
35         "Source/*.{swift,h,m}",
36         "Source/Classes/**/*.{swift,h,m}",
37         "Source/Protocols/*.{swift,h,m}",
38         "Source/Extensions/*.{swift,h,m}"
39       ],
40       "frameworks": [
41         "UIKit",
42         "MobileCoreServices"
43       ]
44     },
45     {
46       "name": "Lite",
47       "frameworks": "ImageIO",
48       "xcconfig": {
49         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_LITE_SUPPORT"
50       },
51       "dependencies": {
52         "AXPhotoViewer/Core": [
54         ]
55       },
56       "source_files": "Source/Integrations/SimpleNetworkIntegration.swift"
57     },
58     {
59       "name": "SDWebImage",
60       "xcconfig": {
61         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_SDWEBIMAGE_SUPPORT"
62       },
63       "dependencies": {
64         "AXPhotoViewer/Core": [
66         ],
67         "SDWebImage": [
68           ">= 4.0.0"
69         ]
70       },
71       "source_files": "Source/Integrations/SDWebImageIntegration.swift"
72     },
73     {
74       "name": "PINRemoteImage",
75       "xcconfig": {
76         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_PINREMOTEIMAGE_SUPPORT"
77       },
78       "dependencies": {
79         "AXPhotoViewer/Core": [
81         ],
82         "PINRemoteImage/FLAnimatedImage": [
83           "~> 3.0.0-beta.9"
84         ]
85       },
86       "source_files": "Source/Integrations/PINRemoteImageIntegration.swift"
87     },
88     {
89       "name": "AFNetworking",
90       "xcconfig": {
91         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_AFNETWORKING_SUPPORT"
92       },
93       "frameworks": "ImageIO",
94       "dependencies": {
95         "AXPhotoViewer/Core": [
97         ],
98         "AFNetworking/NSURLSession": [
99           ">= 3.1.0"
100         ]
101       },
102       "source_files": "Source/Integrations/AFNetworkingIntegration.swift"
103     },
104     {
105       "name": "Kingfisher",
106       "xcconfig": {
107         "OTHER_SWIFT_FLAGS": "$(inherited) -D AX_KINGFISHER_SUPPORT"
108       },
109       "dependencies": {
110         "AXPhotoViewer/Core": [
112         ],
113         "Kingfisher": [
114           ">= 3.10.0"
115         ]
116       },
117       "source_files": "Source/Integrations/KingfisherIntegration.swift"
118     }
119   ]