[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / 2 / MultipartFormDataParser / 2.0.0 / MultipartFormDataParser.podspec.json
blob2c1b7bd0a99ec7d88367fdfce1be07ed035bbcca
2   "name": "MultipartFormDataParser",
3   "version": "2.0.0",
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.0.0/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": "10.14",
18     "ios": "11.0",
19     "tvos": "11.0"
20   },
21   "requires_arc": true,
22   "source": {
23     "git": "https://github.com/417-72KI/MultipartFormDataParser.git",
24     "tag": "2.0.0"
25   },
26   "source_files": "Sources/MultipartFormDataParser/**/*.swift",
27   "swift_versions": [
28     "5.3",
29     "5.4",
30     "5.5",
31     "5.6"
32   ],
33   "frameworks": "Foundation",
34   "swift_version": "5.6"