blob: 7740b6543e3b0d208c83f51def80a832cc6f468c [file] [log] [blame]
{
"name": "Uploadcare",
"version": "0.2.0",
"summary": "Swift integration for Uploadcare",
"description": "Swift API client for iOS, iPadOS, tvOS, macOS, and Linux handles uploads and\nfurther operations with files by wrapping Uploadcare Upload and REST APIs.",
"homepage": "https://github.com/uploadcare/uploadcare-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Uploadcare, Inc": "hello@uploadcare.com"
},
"source": {
"git": "https://github.com/uploadcare/uploadcare-swift.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/uploadcare",
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0",
"watchos": "5.0"
},
"swift_versions": [
"5.1",
"5.2"
],
"source_files": "Sources/Uploadcare/**/*",
"dependencies": {
"Alamofire": [
"~> 5.0"
]
},
"swift_version": "5.2"
}