[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / b / 5 / 2 / MultipartFormDataParser / 2.1.1 / MultipartFormDataParser.podspec.json
blob2d45e508877bef2c3bb94ebd01948258e78b6fa6
2   "name": "MultipartFormDataParser",
3   "version": "2.1.1",
4   "summary": "Mocking UserDefaults for tests",
5   "description": "MultipartFormDataParser is a testing tool for `multipart/form-data` request in Swift.\nThis library provides a parser for `multipart/form-data` request to test it briefly.",
6   "homepage": "https://github.com/417-72KI/MultipartFormDataParser",
7   "readme": "https://github.com/417-72KI/MultipartFormDataParser/blob/2.1.1/README.md",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "417.72KI": "417.72ki@gmail.com"
14   },
15   "social_media_url": "https://twitter.com/417_72ki",
16   "platforms": {
17     "osx": "12.0",
18     "ios": "15.0",
19     "tvos": "15.0"
20   },
21   "requires_arc": true,
22   "source": {
23     "git": "https://github.com/417-72KI/MultipartFormDataParser.git",
24     "tag": "2.1.1"
25   },
26   "source_files": "Sources/MultipartFormDataParser/**/*.swift",
27   "swift_versions": [
28     "5.5",
29     "5.6",
30     "5.7",
31     "5.8"
32   ],
33   "frameworks": "Foundation",
34   "swift_version": "5.8"