[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / b / 3 / 6 / StubNetworkKit / 0.3.1 / StubNetworkKit.podspec.json
blob755a94f5793ec2bf6cdc417e7774daae6d4cb652
2   "name": "StubNetworkKit",
3   "version": "0.3.1",
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": "15.0",
14     "osx": "12.0",
15     "tvos": "15.0"
16   },
17   "source": {
18     "git": "https://github.com/417-72KI/StubNetworkKit.git",
19     "tag": "0.3.1"
20   },
21   "source_files": "Sources/StubNetworkKit/**/*.swift",
22   "swift_versions": [
23     "5.7",
24     "5.8",
25     "5.9"
26   ],
27   "frameworks": "Foundation",
28   "dependencies": {
29     "MultipartFormDataParser": [
30       "~> 2.1.2"
31     ]
32   },
33   "swift_version": "5.9"