[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 3 / 6 / StubNetworkKit / 0.5.0 / StubNetworkKit.podspec.json
blob2d435c6e0e86ea4d3e73077006d8e1d1fb60db56
2   "name": "StubNetworkKit",
3   "version": "0.5.0",
4   "summary": "100% pure Swift library to stub network requests.",
5   "description": "**100% pure Swift** library to stub network requests.\n\n**100% pure Swift** means, \n- No more Objective-C API\n- Testable also in other than Apple platform (e.g. Linux)",
6   "homepage": "https://github.com/417-72KI/StubNetworkKit",
7   "license": "MIT",
8   "authors": {
9     "417-72KI": "417.72ki@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/417_72ki",
12   "platforms": {
13     "ios": "16.0",
14     "osx": "13.0",
15     "tvos": "16.0"
16   },
17   "source": {
18     "git": "https://github.com/417-72KI/StubNetworkKit.git",
19     "tag": "0.5.0"
20   },
21   "source_files": "Sources/StubNetworkKit/**/*.swift",
22   "swift_versions": [
23     "5.10",
24     "5.9"
25   ],
26   "frameworks": "Foundation",
27   "dependencies": {
28     "MultipartFormDataParser": [
29       "~> 2.3.0"
30     ]
31   },
32   "swift_version": "5.10"