[Add] MapboxCommon 24.10.0-daily-2024-12-14-04-25
[CocoaPods.git] / Specs / 0 / d / e / DKPhotoGallery / 0.0.12 / DKPhotoGallery.podspec.json
blob66c0ad715df3da8848562ac6fb9e79d316139e52
2   "name": "DKPhotoGallery",
3   "version": "0.0.12",
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": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/zhangao0086/DKPhotoGallery.git",
18     "tag": "0.0.12"
19   },
20   "frameworks": [
21     "Foundation",
22     "UIKit",
23     "Photos",
24     "WebKit",
25     "AVFoundation",
26     "AVKit",
27     "AssetsLibrary",
28     "MobileCoreServices"
29   ],
30   "requires_arc": true,
31   "swift_version": "4.2",
32   "dependencies": {
33     "SDWebImage/GIF": [
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "Core",
40       "dependencies": {
41         "DKPhotoGallery/Model": [
43         ],
44         "DKPhotoGallery/Preview": [
46         ]
47       },
48       "source_files": [
49         "DKPhotoGallery/DKPhotoGallery.swift",
50         "DKPhotoGallery/DKPhotoGalleryContentVC.swift",
51         "DKPhotoGallery/DKPhotoGalleryScrollView.swift",
52         "DKPhotoGallery/DKPhotoPreviewFactory.swift",
53         "DKPhotoGallery/DKPhotoIncrementalIndicator.swift",
54         "DKPhotoGallery/Transition/*.swift"
55       ]
56     },
57     {
58       "name": "Model",
59       "source_files": "DKPhotoGallery/DKPhotoGalleryItem.swift"
60     },
61     {
62       "name": "Preview",
63       "dependencies": {
64         "DKPhotoGallery/Model": [
66         ],
67         "DKPhotoGallery/Resource": [
69         ]
70       },
71       "source_files": "DKPhotoGallery/Preview/**/*.swift"
72     },
73     {
74       "name": "Resource",
75       "resource_bundles": {
76         "DKPhotoGallery": "DKPhotoGallery/Resource/Resources/*"
77       },
78       "source_files": "DKPhotoGallery/Resource/*.swift"
79     }
80   ]