[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / 0 / SwiftyCurl / 0.4.1 / SwiftyCurl.podspec.json
blob88a9d04a97afbded4636a53eeed9795b225e412c
2   "name": "SwiftyCurl",
3   "version": "0.4.1",
4   "summary": "A Swift and Objective-C wrapper for libcurl.",
5   "description": "SwiftyCurl is an easily usable Swift and Objective-C wrapper for libcurl.",
6   "homepage": "https://github.com/greatfire/SwiftyCurl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Benjamin Erhart": "berhart@netzarchitekten.com"
13   },
14   "source": {
15     "git": "https://github.com/greatfire/SwiftyCurl.git",
16     "tag": "0.4.1"
17   },
18   "social_media_url": "https://chaos.social/@tla",
19   "platforms": {
20     "ios": "12.0",
21     "osx": "12.0"
22   },
23   "source_files": "Sources/SwiftyCurl/**/*",
24   "private_header_files": "Sources/SwiftyCurl/Private/**/*.h",
25   "vendored_frameworks": "curl.xcframework",
26   "libraries": "z",
27   "osx": {
28     "libraries": "ldap",
29     "frameworks": "SystemConfiguration"
30   },
31   "prepare_command": "Sources/download-curl.sh",
32   "preserve_paths": "Sources/download-curl.sh"