[Add] BridSDK 1.4.3
[CocoaPods.git] / Specs / 0 / d / e / DKPhotoGallery / 0.0.3 / DKPhotoGallery.podspec.json
blobd7eb5d2f51871ed7a1ca081c37bf515e13561a5e
2   "name": "DKPhotoGallery",
3   "version": "0.0.3",
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.3"
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   "subspecs": [
37     {
38       "name": "Core",
39       "dependencies": {
40         "DKPhotoGallery/Model": [
42         ],
43         "DKPhotoGallery/Preview": [
45         ]
46       },
47       "source_files": [
48         "DKPhotoGallery/DKPhotoGallery.swift",
49         "DKPhotoGallery/DKPhotoGalleryContentVC.swift",
50         "DKPhotoGallery/DKPhotoGalleryScrollView.swift",
51         "DKPhotoGallery/DKPhotoPreviewFactory.swift",
52         "DKPhotoGallery/Transition/*.swift"
53       ]
54     },
55     {
56       "name": "Model",
57       "source_files": "DKPhotoGallery/DKPhotoGalleryItem.swift"
58     },
59     {
60       "name": "Preview",
61       "dependencies": {
62         "DKPhotoGallery/Model": [
64         ],
65         "DKPhotoGallery/Resource": [
67         ]
68       },
69       "source_files": "DKPhotoGallery/Preview/**/*.swift"
70     },
71     {
72       "name": "Resource",
73       "source_files": "DKPhotoGallery/Resource/*.swift",
74       "resources": "DKPhotoGallery/Resource/DKPhotoGallery.bundle"
75     }
76   ]