[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / d / e / DKPhotoGallery / 0.0.14 / DKPhotoGallery.podspec.json
blobd834711df254f34538f32565114591d916e488d1
2   "name": "DKPhotoGallery",
3   "version": "0.0.14",
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.14"
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_versions": "4.2",
32   "dependencies": {
33     "SDWebImage": [
35     ],
36     "SDWebImageFLPlugin": [
38     ]
39   },
40   "swift_version": "4.2",
41   "subspecs": [
42     {
43       "name": "Core",
44       "dependencies": {
45         "DKPhotoGallery/Model": [
47         ],
48         "DKPhotoGallery/Preview": [
50         ]
51       },
52       "source_files": [
53         "DKPhotoGallery/DKPhotoGallery.swift",
54         "DKPhotoGallery/DKPhotoGalleryContentVC.swift",
55         "DKPhotoGallery/DKPhotoGalleryScrollView.swift",
56         "DKPhotoGallery/DKPhotoPreviewFactory.swift",
57         "DKPhotoGallery/DKPhotoIncrementalIndicator.swift",
58         "DKPhotoGallery/Transition/*.swift"
59       ]
60     },
61     {
62       "name": "Model",
63       "source_files": "DKPhotoGallery/DKPhotoGalleryItem.swift"
64     },
65     {
66       "name": "Preview",
67       "dependencies": {
68         "DKPhotoGallery/Model": [
70         ],
71         "DKPhotoGallery/Resource": [
73         ]
74       },
75       "source_files": "DKPhotoGallery/Preview/**/*.swift"
76     },
77     {
78       "name": "Resource",
79       "resource_bundles": {
80         "DKPhotoGallery": "DKPhotoGallery/Resource/Resources/*"
81       },
82       "source_files": "DKPhotoGallery/Resource/*.swift"
83     }
84   ]