[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / 5 / 7 / CurlDSL / 0.0.5 / CurlDSL.podspec.json
blob5cc7b98fa6b883b3e09aafcad1264afe5800967a
2   "name": "CurlDSL",
3   "version": "0.0.5",
4   "summary": "CurlDSL converts cURL commands into `URLRequest` objects.",
5   "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.",
6   "homepage": "https://github.com/zonble/CurlDSL",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zonble": "zonble@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/zonble/CurlDSL.git",
16     "tag": "0.0.5"
17   },
18   "social_media_url": "https://twitter.com/zonble",
19   "swift_versions": [
20     5.0,
21     5.1,
22     "5.1"
23   ],
24   "platforms": {
25     "ios": "13.0",
26     "osx": "10.15",
27     "tvos": "13.0",
28     "watchos": "6.0"
29   },
30   "source_files": "Sources/CurlDSL/**/*",
31   "swift_version": "5.1"