[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / f / 1 / Uploadcare / 0.2.0 / Uploadcare.podspec.json
blob7740b6543e3b0d208c83f51def80a832cc6f468c
2   "name": "Uploadcare",
3   "version": "0.2.0",
4   "summary": "Swift integration for Uploadcare",
5   "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.",
6   "homepage": "https://github.com/uploadcare/uploadcare-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Uploadcare, Inc": "hello@uploadcare.com"
13   },
14   "source": {
15     "git": "https://github.com/uploadcare/uploadcare-swift.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "https://twitter.com/uploadcare",
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.13",
22     "tvos": "11.0",
23     "watchos": "5.0"
24   },
25   "swift_versions": [
26     "5.1",
27     "5.2"
28   ],
29   "source_files": "Sources/Uploadcare/**/*",
30   "dependencies": {
31     "Alamofire": [
32       "~> 5.0"
33     ]
34   },
35   "swift_version": "5.2"