blob: 5cc7b98fa6b883b3e09aafcad1264afe5800967a [file] [log] [blame]
{
"name": "CurlDSL",
"version": "0.0.5",
"summary": "CurlDSL converts cURL commands into `URLRequest` objects.",
"description": "CurlDSL converts cURL commands into `URLRequest` objects. The Swift package\nhelps you to build HTTP clients in your iOS/macOS/tvOS easier, once you have a\ncURL command example for a Web API endpoint.",
"homepage": "https://github.com/zonble/CurlDSL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zonble": "zonble@gmail.com"
},
"source": {
"git": "https://github.com/zonble/CurlDSL.git",
"tag": "0.0.5"
},
"social_media_url": "https://twitter.com/zonble",
"swift_versions": [
5.0,
5.1,
"5.1"
],
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0",
"watchos": "6.0"
},
"source_files": "Sources/CurlDSL/**/*",
"swift_version": "5.1"
}