[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 1 / c / MultipartForm / 0.1.0 / MultipartForm.podspec.json
blobf7a3e7a5568ed6f4d91890f7ad5ff27541241ef8
2   "name": "MultipartForm",
3   "version": "0.1.0",
4   "summary": "The missing multipart form support for URLSession.",
5   "homepage": "https://github.com/davbeck/MultipartForm",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "davbeck": "code@davidbeck.co"
12   },
13   "source": {
14     "git": "https://github.com/davbeck/MultipartForm.git",
15     "tag": "0.1.0"
16   },
17   "social_media_url": "https://twitter.com/davbeck",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10"
21   },
22   "swift_versions": "5.1",
23   "source_files": "Sources/MultipartForm/*.swift",
24   "testspecs": [
25     {
26       "name": "MultipartFormTests",
27       "test_type": "unit",
28       "source_files": "Tests/MultipartFormTests/*"
29     }
30   ],
31   "swift_version": "5.1"