blob: 86d4f0e5eac1fa16bcc42e70486aec7bb98c13e8 [file] [log] [blame]
{
"name": "SwiftyMediaGallery",
"version": "0.1.1",
"summary": "SwiftyMediaGallery let you easy swipe media - native apple style.",
"requires_arc": true,
"description": "SwiftyMediaGallery is a very convenient and easy library to display images and videos in your iOS app",
"homepage": "https://github.com/nathan-hh/SwiftyMediaGallery",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nathan-hh": "nathan"
},
"source": {
"git": "https://github.com/nathan-hh/SwiftyMediaGallery.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source_files": "Sources/**/*.{h,m,swift}",
"resources": "Sources/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"frameworks": [
"UIKit",
"Combine",
"AVFoundation",
"SwiftUI"
],
"dependencies": {
"CombineDataSources": [
]
},
"swift_version": "5.0"
}