blob: 864c7d0f8aca6faf7e2a8efba9854050cb203e0c [file] [log] [blame]
{
"name": "DKPhotoGallery",
"version": "0.0.17",
"summary": "A Photo Gallery / Browser / Viewer for iOS written in Swift",
"homepage": "https://github.com/zhangao0086/DKPhotoGallery",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bannings": "zhangao0086@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zhangao0086/DKPhotoGallery.git",
"tag": "0.0.17"
},
"frameworks": [
"Foundation",
"UIKit",
"Photos",
"AVFoundation",
"AVKit"
],
"requires_arc": true,
"swift_versions": [
"4.2",
"5"
],
"dependencies": {
"SDWebImage": [
],
"SwiftyGif": [
]
},
"subspecs": [
{
"name": "Core",
"dependencies": {
"DKPhotoGallery/Model": [
],
"DKPhotoGallery/Preview": [
]
},
"source_files": [
"DKPhotoGallery/DKPhotoGallery.swift",
"DKPhotoGallery/DKPhotoGalleryContentVC.swift",
"DKPhotoGallery/DKPhotoGalleryScrollView.swift",
"DKPhotoGallery/DKPhotoPreviewFactory.swift",
"DKPhotoGallery/DKPhotoIncrementalIndicator.swift",
"DKPhotoGallery/Transition/*.swift"
]
},
{
"name": "Model",
"source_files": "DKPhotoGallery/DKPhotoGalleryItem.swift"
},
{
"name": "Preview",
"dependencies": {
"DKPhotoGallery/Model": [
],
"DKPhotoGallery/Resource": [
]
},
"source_files": "DKPhotoGallery/Preview/**/*.swift"
},
{
"name": "Resource",
"resource_bundles": {
"DKPhotoGallery": "DKPhotoGallery/Resource/Resources/*"
},
"source_files": "DKPhotoGallery/Resource/*.swift"
}
],
"swift_version": "5"
}