[Add] MapboxCommon 24.10.0-daily-2024-12-14-04-25
[CocoaPods.git] / Specs / 0 / d / e / DKPhotoGallery / 0.0.17 / DKPhotoGallery.podspec.json
blob864c7d0f8aca6faf7e2a8efba9854050cb203e0c
2   "name": "DKPhotoGallery",
3   "version": "0.0.17",
4   "summary": "A Photo Gallery / Browser / Viewer for iOS written in Swift",
5   "homepage": "https://github.com/zhangao0086/DKPhotoGallery",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Bannings": "zhangao0086@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/zhangao0086/DKPhotoGallery.git",
18     "tag": "0.0.17"
19   },
20   "frameworks": [
21     "Foundation",
22     "UIKit",
23     "Photos",
24     "AVFoundation",
25     "AVKit"
26   ],
27   "requires_arc": true,
28   "swift_versions": [
29     "4.2",
30     "5"
31   ],
32   "dependencies": {
33     "SDWebImage": [
35     ],
36     "SwiftyGif": [
38     ]
39   },
40   "subspecs": [
41     {
42       "name": "Core",
43       "dependencies": {
44         "DKPhotoGallery/Model": [
46         ],
47         "DKPhotoGallery/Preview": [
49         ]
50       },
51       "source_files": [
52         "DKPhotoGallery/DKPhotoGallery.swift",
53         "DKPhotoGallery/DKPhotoGalleryContentVC.swift",
54         "DKPhotoGallery/DKPhotoGalleryScrollView.swift",
55         "DKPhotoGallery/DKPhotoPreviewFactory.swift",
56         "DKPhotoGallery/DKPhotoIncrementalIndicator.swift",
57         "DKPhotoGallery/Transition/*.swift"
58       ]
59     },
60     {
61       "name": "Model",
62       "source_files": "DKPhotoGallery/DKPhotoGalleryItem.swift"
63     },
64     {
65       "name": "Preview",
66       "dependencies": {
67         "DKPhotoGallery/Model": [
69         ],
70         "DKPhotoGallery/Resource": [
72         ]
73       },
74       "source_files": "DKPhotoGallery/Preview/**/*.swift"
75     },
76     {
77       "name": "Resource",
78       "resource_bundles": {
79         "DKPhotoGallery": "DKPhotoGallery/Resource/Resources/*"
80       },
81       "source_files": "DKPhotoGallery/Resource/*.swift"
82     }
83   ],
84   "swift_version": "5"