blob: 423dcb9684193f949381328575dc2f6168c8b843 [file] [log] [blame]
{
"name": "Optidash",
"version": "1.0.0",
"summary": "Official Swift SDK for Optidash",
"description": "Optidash is an AI-powered image optimization and processing API. We will drastically speed-up your websites and save you money on bandwidth and storage.",
"homepage": "https://optidash.ai",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Optidash": "support@optidash.ai"
},
"source": {
"git": "https://github.com/optidash-ai/optidash-swift.git",
"tag": "1.0.0"
},
"source_files": "Optidash/Classes/**/*",
"platforms": {
"ios": "13.0",
"osx": "10.14"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"MobileCoreServices"
]
},
"osx": {
"frameworks": [
"Foundation",
"CoreServices"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}