[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 7 / c / 0 / SwiftyCurl / 0.1.0 / SwiftyCurl.podspec.json
blobe532ef24377b98f1a4bf9379535949c8cf448dc6
2   "name": "SwiftyCurl",
3   "version": "0.1.0",
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.1.0"
17   },
18   "social_media_url": "https://twitter.com/tladesignz",
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"