[Add] MapboxCommon 24.10.0-daily-2024-12-14-04-25
[CocoaPods.git] / Specs / 0 / d / e / DKPhotoGallery / 0.0.2 / DKPhotoGallery.podspec.json
blobe68c6592d72949f45268cb708a52b40af3d7bd33
2   "name": "DKPhotoGallery",
3   "version": "0.0.2",
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.2"
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   "dependencies": {
32     "SDWebImage/GIF": [
33       "~> 4.0"
34     ]
35   },
36   "pushed_with_swift_version": "4.0",
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/Transition/*.swift"
54       ]
55     },
56     {
57       "name": "Model",
58       "source_files": "DKPhotoGallery/DKPhotoGalleryItem.swift"
59     },
60     {
61       "name": "Preview",
62       "dependencies": {
63         "DKPhotoGallery/Model": [
65         ],
66         "DKPhotoGallery/Resource": [
68         ]
69       },
70       "source_files": "DKPhotoGallery/Preview/**/*.swift"
71     },
72     {
73       "name": "Resource",
74       "source_files": "DKPhotoGallery/Resource/*.swift",
75       "resources": "DKPhotoGallery/Resource/DKPhotoGallery.bundle"
76     }
77   ]